PublisherMembershipCondition Methods
.NET Framework 4
The PublisherMembershipCondition type exposes the following members.
| Name | Description | |
|---|---|---|
|
Check | Determines whether the specified evidence satisfies the membership condition. |
|
Copy | Creates an equivalent copy of the membership condition. |
|
Equals | Determines whether the publisher certificate from the specified object is equivalent to the publisher certificate contained in the current PublisherMembershipCondition. (Overrides Object.Equals(Object).) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
FromXml(SecurityElement) | Reconstructs a security object with a specified state from an XML encoding. |
|
FromXml(SecurityElement, PolicyLevel) | Reconstructs a security object with a specified state from an XML encoding. |
|
GetHashCode | Gets the hash code for the current membership condition. (Overrides Object.GetHashCode().) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString | Creates and returns a string representation of the PublisherMembershipCondition. (Overrides Object.ToString().) |
|
ToXml() | Creates an XML encoding of the security object and its current state. |
|
ToXml(PolicyLevel) | Creates an XML encoding of the security object and its current state with the specified PolicyLevel. |