MacAlgorithmNames.AesCmac Property

Definition

Retrieves a string that contains "AES_CMAC".

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

Property Value

String

Platform::String

winrt::hstring

String that contains "AesCmac".

Remarks

Use the string retrieved by this property to set the message authentication code (MAC) algorithm name when you call the OpenAlgorithm method. The string represents an Advanced Encryption Standard (AES) encryption algorithm coupled with a cipher-based MAC block cipher algorithm. For more information, see RFC 4493.

Applies to

See also