Ciphertext Property
Ciphertext
The encrypted data. This is either the retrieved encrypted data when
getting a Large Blob Array, or the provided data encrypted using the
specified LargeBlobKey
when creating a new entry to store. The
last 16 bytes make up the GCM authentication tag.
C#
public ReadOnlyMemory<byte> Ciphertext { get; }
Property Value
Type | Description |
---|---|
System.ReadOnlyMemory<System.Byte> |
Remarks
The plaintext data is compressed before encrypting.