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 |
---|---|
System.ReadOnlyMemory<System.Byte> |