System.Security.Policy.PermissionRequestEvidence Members

The members of System.Security.Policy.PermissionRequestEvidence are listed below.

See Also: Inherited members from System.Security.Policy.EvidenceBase

Public Constructors

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.

Public Methods

Copy() : PermissionRequestEvidence

Creates an equivalent copy of the current System.Security.Policy.PermissionRequestEvidence.

override
ToString() : string

Gets a string representation of the state of the System.Security.Policy.PermissionRequestEvidence.

Explicitly Implemented Interface Members

System.Security.Policy.IBuiltInEvidence.GetRequiredSizeDocumentation for this section has not yet been entered.
System.Security.Policy.IBuiltInEvidence.InitFromBufferDocumentation for this section has not yet been entered.
System.Security.Policy.IBuiltInEvidence.OutputToBufferDocumentation for this section has not yet been entered.