EncryptedAndAuthenticatedData.AuthenticationTag 屬性

定義

取得驗證標記。

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

屬性值

包含標記的緩衝區。

適用於