Share via


HashMembershipCondition.HashAlgorithm プロパティ

定義

メンバーシップ条件に使用するハッシュ アルゴリズムを取得または設定します。

public:
 property System::Security::Cryptography::HashAlgorithm ^ HashAlgorithm { System::Security::Cryptography::HashAlgorithm ^ get(); void set(System::Security::Cryptography::HashAlgorithm ^ value); };
public System.Security.Cryptography.HashAlgorithm HashAlgorithm { get; set; }
member this.HashAlgorithm : System.Security.Cryptography.HashAlgorithm with get, set
Public Property HashAlgorithm As HashAlgorithm

プロパティ値

メンバーシップ条件に使用するハッシュ アルゴリズム。

例外

HashAlgorithmnull に設定しようとしました。

適用対象