MacAlgorithmNames.AesCmac 属性

定义

检索包含“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

属性值

String

Platform::String

winrt::hstring

包含“AesCmac”的字符串。

注解

调用 OpenAlgorithm 方法时,使用此属性检索到的字符串将消息身份验证代码 (MAC) 算法名称。 字符串表示高级加密标准 (AES) 加密算法与基于密码的 MAC 块密码算法相结合。 有关详细信息,请参阅 RFC 4493。

适用于

另请参阅