MacAlgorithmNames.AesCmac 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.
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 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.