HashMembershipCondition Class
Determines whether an assembly belongs to a code group by testing its hash value. This class cannot be inherited.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | HashMembershipCondition(HashAlgorithm^, array<Byte>^) | Initializes a new instance of the HashMembershipCondition class with the hash algorithm and hash value that determine membership. |
| Name | Description | |
|---|---|---|
![]() | HashAlgorithm | Gets or sets the hash algorithm to use for the membership condition. |
![]() | HashValue | Gets or sets the hash value for which the membership condition tests. |
| Name | Description | |
|---|---|---|
![]() | Check(Evidence^) | Determines whether the specified evidence satisfies the membership condition. |
![]() | Copy() | Creates an equivalent copy of the membership condition. |
![]() | Equals(Object^) | Determines whether the HashValue and the HashAlgorithm from the specified object are equivalent to the HashValue and HashAlgorithm contained in the current HashMembershipCondition.(Overrides Object::Equals(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() | |
![]() | ToString() | Creates and returns a string representation of the membership condition.(Overrides Object::ToString().) |
![]() | ToXml() | Creates an XML encoding of the security object and its current state. |
![]() | ToXml(PolicyLevel^) | This API supports the product infrastructure and is not intended to be used directly from your code. Creates an XML encoding of the security object and its current state with the specified PolicyLevel. |
| Name | Description | |
|---|---|---|
![]() ![]() | IDeserializationCallback::OnDeserialization(Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Runs when the entire object graph has been deserialized. |
![]() ![]() | ISerializable::GetObjectData(SerializationInfo^, StreamingContext) | This API supports the product infrastructure and is not intended to be used directly from your code. Populates a SerializationInfo with the data needed to serialize the target object. |
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



