Show / Hide Table of Contents

Nonce Property

Nonce

The nonce used to perform the AES-GCD operation. This is either the retrieved nonce when getting a Large Blob Array, or the generated nonce used when creating a new entry to store.

C#
public ReadOnlyMemory<byte> Nonce { get; }

Property Value

Type Description
ReadOnlyMemory<byte>
In this article
Back to top Generated by DocFX