次の方法で共有


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) アルゴリズム名を設定します。 文字列は、Advanced Encryption Standard (AES) 暗号化アルゴリズムと暗号ベースの MAC ブロック暗号アルゴリズムを組み合わせて表します。 詳細については、「RFC 4493」を参照してください。

適用対象

こちらもご覧ください