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