Show / Hide Table of Contents

DataEncryptionKey Property

DataEncryptionKey

AES128 shared secret key used to wrap secrets. Also called the 'DEK' in some specifications.

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

Property Value

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