SymmetricAlgorithmNames.AesCcm Property

Definition

Retrieves a string that contains "AES_CCM".

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

Property Value

String

Platform::String

winrt::hstring

String that contains "AES_CCM".

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 a CCM (Counter with CBC-MAC) mode of operation.

Applies to

See also