CngCbcAuthenticatedEncryptorConfiguration.HashAlgorithmProvider 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
包含雜湊演算法實作的提供者名稱。 此屬性對應于 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。