CngGcmAuthenticatedEncryptorConfiguration.EncryptionAlgorithmProvider 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 symmetric encryption algorithm. This property corresponds to the 'pszImplementation' parameter of BCryptOpenAlgorithmProvider. This property is optional.
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
Property Value
Remarks
The default value is null.