EncryptedAndAuthenticatedData.AuthenticationTag Property

Definition

Gets the authentication tag.

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

Property Value

Buffer that contains the tag.

Applies to