CngCbcAuthenticatedEncryptorConfiguration.EncryptionAlgorithmProvider 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
包含對稱加密演算法實作的提供者名稱。 此屬性對應于 BCryptOpenAlgorithmProvider 的 'pszImplementation' 參數。 這是選用屬性。
public:
property System::String ^ EncryptionAlgorithmProvider { System::String ^ get(); void set(System::String ^ value); };
public string EncryptionAlgorithmProvider { get; set; }
public string? EncryptionAlgorithmProvider { get; set; }
member this.EncryptionAlgorithmProvider : string with get, set
Public Property EncryptionAlgorithmProvider As String
屬性值
備註
預設值為 null。