System.Security.Policy.Site Members

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

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

Public Constructors

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

Public Properties

[read-only]
Namestring.

Gets the website from which the code assembly originates.

Public Methods

Copy() : object

Creates an equivalent copy of the System.Security.Policy.Site object.

static
CreateFromUrl(string) : Site

Creates a new System.Security.Policy.Site object from the specified URL.

CreateIdentityPermission(Evidence) : System.Security.IPermission

Creates an identity permission that corresponds to the current System.Security.Policy.Site object.

override
Equals(object) : bool

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

override
GetHashCode() : int

Returns the hash code of the current website name.

override
ToString() : string

Returns a string representation of the current System.Security.Policy.Site object.

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.