CngGcmAuthenticatedEncryptorConfiguration.EncryptionAlgorithmProvider Property

Definition

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.

Applies to