EncryptedAndAuthenticatedData.EncryptedData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.