EncryptedAndAuthenticatedData.EncryptedData Property

Definition

Gets the encrypted data.

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

Property Value

Buffer that contains the encrypted data.

Applies to