<PackageReference Include="System.Security.Permissions" Version="9.0.5" />

HashMembershipCondition

Determines whether an assembly belongs to a code group by testing its hash value. This class cannot be inherited.
public HashAlgorithm HashAlgorithm { get; set; }

Gets or sets the hash algorithm to use for the membership condition.

public byte[] HashValue { get; set; }

Gets or sets the hash value for which the membership condition tests.

public HashMembershipCondition(HashAlgorithm hashAlg, byte[] value)

Initializes a new instance of the HashMembershipCondition class with the hash algorithm and hash value that determine membership.

public bool Check(Evidence evidence)

Determines whether the specified evidence satisfies the membership condition.

Creates an equivalent copy of the membership condition.

public void FromXml(SecurityElement e)

Reconstructs a security object with a specified state from an XML encoding.

public void FromXml(SecurityElement e, PolicyLevel level)

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.