The properties of System.Security.Policy.PermissionRequestEvidence are listed below. For a list of all members, see the PermissionRequestEvidence Members list.
See Also: Inherited members from System.Security.Policy.EvidenceBase
[read-only] | DeniedPermissions | System.Security.PermissionSet.
Gets the permissions the code explicitly asks not to be granted. |
[read-only] | OptionalPermissions | System.Security.PermissionSet.
Gets the permissions the code can use if they are granted, but are not required. |
[read-only] | RequestedPermissions | System.Security.PermissionSet.
Gets the minimum permissions the code requires to run. |