CngCbcAuthenticatedEncryptionSettings.HashAlgorithmProvider Property       
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, setPublic Property HashAlgorithmProvider As StringProperty Value
Remarks
The default value is null.