System.Security.Policy.Zone Members

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

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

Public Constructors

Initializes a new instance of the System.Security.Policy.Zone class with the zone from which a code assembly originates.

Public Properties

[read-only]
SecurityZoneSystem.Security.SecurityZone.

Gets the zone from which the code assembly originates.

Public Methods

Copy() : object

Creates an equivalent copy of the evidence object.

static
CreateFromUrl(string) : Zone

Creates a new zone with the specified URL.

CreateIdentityPermission(Evidence) : System.Security.IPermission

Creates an identity permission that corresponds to the current instance of the System.Security.Policy.Zone evidence class.

override
Equals(object) : bool

Compares the current System.Security.Policy.Zone evidence object to the specified object for equivalence.

override
GetHashCode() : int

Gets the hash code of the current zone.

override
ToString() : string

Returns a string representation of the current System.Security.Policy.Zone.

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.