System.Security.Policy.PermissionRequestEvidence: Property Members

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

Public Properties

[read-only]
DeniedPermissionsSystem.Security.PermissionSet.

Gets the permissions the code explicitly asks not to be granted.

[read-only]
OptionalPermissionsSystem.Security.PermissionSet.

Gets the permissions the code can use if they are granted, but are not required.

[read-only]
RequestedPermissionsSystem.Security.PermissionSet.

Gets the minimum permissions the code requires to run.