共用方式為


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。

適用於

另請參閱