SymmetricAlgorithmNames.AesGcm Property

Definition

Retrieves a string that contains "AES_GCM".

public:
 static property Platform::String ^ AesGcm { Platform::String ^ get(); };
static winrt::hstring AesGcm();
public static string AesGcm { get; }
var string = SymmetricAlgorithmNames.aesGcm;
Public Shared ReadOnly Property AesGcm As String

Property Value

String

Platform::String

winrt::hstring

String that contains "AES_GCM".

Remarks

Use the string retrieved by this property to set the symmetric encryption algorithm name when you call the OpenAlgorithm method on a SymmetricKeyAlgorithmProvider object. The string represents the Advanced Encryption Standard (AES) algorithm coupled with the Galois Counter Mode (GCM) mode of operation.

Applies to

See also