HashMembershipCondition(HashAlgorithm, Byte[]) コンストラクター

定義

メンバーシップを決定するハッシュ アルゴリズムとハッシュ値を使用して、 HashMembershipCondition クラスの新しいインスタンスを初期化します。

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())

パラメーター

hashAlg
HashAlgorithm

アセンブリのハッシュ値の計算に使用するハッシュ アルゴリズム。

value
Byte[]

テスト対象のハッシュ値。

例外

hashAlg パラメーターはnull

-又は-

value パラメーターはnull

hashAlg パラメーターは有効なハッシュ アルゴリズムではありません。

適用対象