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(메시지 인증 코드) 알고리즘 이름을 설정합니다. 문자열은 암호화 기반 MAC 블록 암호 알고리즘과 결합된 AES(Advanced Encryption Standard) 암호화 알고리즘을 나타냅니다. 자세한 내용은 RFC 4493을 참조하세요.

적용 대상

추가 정보