System.Security.Policy.GacMembershipCondition Members

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

See Also: Inherited members from System.Object

Public Constructors

Initializes a new instance of the System.Security.Policy.GacMembershipCondition class.

Public Methods

Check(Evidence) : bool

Indicates whether the specified evidence satisfies the membership condition.

Copy() : IMembershipCondition

Creates an equivalent copy of the membership condition.

override
Equals(object) : bool

Indicates whether the current object is equivalent to the specified object.

FromXml(System.Security.SecurityElement)

Uses the specified XML encoding to reconstruct a security object.

FromXml(System.Security.SecurityElement, PolicyLevel)

Uses the specified XML encoding to reconstruct a security object, using the specified policy level context.

override
GetHashCode() : int

Gets a hash code for the current membership condition.

override
ToString() : string

Returns a string representation of the membership condition.

ToXml() : System.Security.SecurityElement

Creates an XML encoding of the security object and its current state.

ToXml(PolicyLevel) : System.Security.SecurityElement

Creates an XML encoding of the security object and its current state, using the specified policy level context.