Show / Hide Table of Contents

ChannelEncryptionKey Property

ChannelEncryptionKey

AES128 shared secret key used to calculate the Session-ENC key. Also called the 'DAK' or 'Key-ENC' in some specifications.

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

Property Value

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