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