CngCbcAuthenticatedEncryptionSettings.HashAlgorithm プロパティ

定義

データのハッシュに使用するアルゴリズムの名前。 このプロパティは、BCryptOpenAlgorithmProvider の 'pszAlgId' パラメーターに対応します。 このプロパティは、値を持つ必要があります。

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

プロパティ値

注釈

アルゴリズムは、HMAC モードで開かれることをサポートする必要があり、ダイジェスト長が 128 ビット以上である必要があります。 既定値は 'SHA256' です。

適用対象