Show / Hide Table of Contents

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
ReadOnlyMemory<byte>

Remarks

The plaintext data is compressed before encrypting.

In this article
Back to top Generated by DocFX