Share via


EncryptedAndAuthenticatedData.AuthenticationTag 속성

정의

인증 태그를 가져옵니다.

public:
 property IBuffer ^ AuthenticationTag { IBuffer ^ get(); };
IBuffer AuthenticationTag();
public IBuffer AuthenticationTag { get; }
var iBuffer = encryptedAndAuthenticatedData.authenticationTag;
Public ReadOnly Property AuthenticationTag As IBuffer

속성 값

태그를 포함하는 버퍼입니다.

적용 대상