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 パラメーターが、有効なハッシュ アルゴリズムではありません。

適用対象