Sandcastle XML Comments Guide
SampleClassMethodRequiringSpecificPermissions Method |
The permission element is used to document the types of permissions that
a caller must be granted to access this method.
Namespace: XMLCommentsExamples
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
Syntax
.NET Framework Security
Permission | Description |
---|---|
System.Security.PermissionsSecurityPermission | Execution privilege. |
System.Security.PermissionsReflectionPermission | Member access privilege for reflection. |
See Also