StrongNameMembershipCondition
public sealed class StrongNameMembershipCondition : ISecurityEncodable, ISecurityPolicyEncodable, IMembershipCondition
Determines whether an assembly belongs to a code group by testing its strong name. This class cannot be inherited.
Gets or sets the simple name of the StrongName for which the membership condition tests.
Gets or sets the StrongNamePublicKeyBlob of the StrongName for which the membership condition tests.
Gets or sets the Version of the StrongName for which the membership condition tests.
Initializes a new instance of the StrongNameMembershipCondition class with the strong name public key blob, name, and version number that determine membership.
Determines whether the specified evidence satisfies the membership condition.
Creates an equivalent copy of the current StrongNameMembershipCondition.
Reconstructs a security object with a specified state from an XML encoding.
Reconstructs a security object with a specified state from an XML encoding.
Creates an XML encoding of the security object and its current state.
Creates an XML encoding of the security object and its current state with the specified PolicyLevel.