dotnet-api-docs icon indicating copy to clipboard operation
dotnet-api-docs copied to clipboard

[Documentation] System.Security.Permissions.SecurityPermissionAttribute is not in System.Runtime.dll

Open idigra opened this issue 11 months ago • 2 comments

Type of issue

Missing information

Description

Following a linkage issue I had and the documentation, I looked for System.Security.Permissions.SecurityPermissionAttribute in System.Runtime.dll but failed to find it there (as well as in the more expected file System.Security.Permissions.dll).

Based on the position in the repo - https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Private.CoreLib/src/System/Security/Permissions/SecurityPermissionAttribute.cs I looked for it in System.Private.CoreLib.dll, and indeed found it there.

(.NET version is 8).

Page URL

https://learn.microsoft.com/en-us/dotnet/api/system.security.permissions.securitypermissionattribute?view=net-8.0

Content source URL

https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.Security.Permissions/SecurityPermissionAttribute.xml

Document Version Independent Id

65cc006f-3ba1-e727-afd8-9f88c171df21

Article author

@dotnet-bot

idigra avatar Feb 06 '25 07:02 idigra

Tagging subscribers to this area: @dotnet/area-system-security, @vcsjones

@idigra It is in the System.Runtime.dll 8.0.0.0 reference assembly:

Image

gewarren avatar Feb 10 '25 18:02 gewarren