CngCbcAuthenticatedEncryptionSettings.HashAlgorithmProvider Property

Definition

The name of the provider which contains the implementation of the hash algorithm. This property corresponds to the 'pszImplementation' parameter of BCryptOpenAlgorithmProvider. This property is optional.

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

Property Value

Remarks

The default value is null.

Applies to