共用方式為


CngCbcAuthenticatedEncryptorConfiguration.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'。

適用於