共用方式為


CngCbcAuthenticatedEncryptorConfiguration.HashAlgorithmProvider 屬性

定義

包含雜湊演算法實作的提供者名稱。 此屬性對應于 BCryptOpenAlgorithmProvider 的 'pszImplementation' 參數。 這是選用屬性。

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

屬性值

備註

預設值為 null。

適用於