Udostępnij za pośrednictwem


HashMembershipCondition(HashAlgorithm, Byte[]) Konstruktor

Definicja

Inicjuje HashMembershipCondition nowe wystąpienie klasy przy użyciu algorytmu wyznaczania wartości skrótu, która określa członkostwo.

public:
 HashMembershipCondition(System::Security::Cryptography::HashAlgorithm ^ hashAlg, cli::array <System::Byte> ^ value);
public HashMembershipCondition (System.Security.Cryptography.HashAlgorithm hashAlg, byte[] value);
new System.Security.Policy.HashMembershipCondition : System.Security.Cryptography.HashAlgorithm * byte[] -> System.Security.Policy.HashMembershipCondition
Public Sub New (hashAlg As HashAlgorithm, value As Byte())

Parametry

hashAlg
HashAlgorithm

Algorytm skrótu używany do obliczania wartości skrótu dla zestawu.

value
Byte[]

Wartość skrótu, dla której ma być test.

Wyjątki

Parametr hashAlg ma wartość null.

-lub-

Parametr value ma wartość null.

Parametr hashAlg nie jest prawidłowym algorytmem skrótu.

Dotyczy