Show / Hide Table of Contents

SessionKeys Constructor

SessionKeys(ReadOnlyMemory<byte>, ReadOnlyMemory<byte>, ReadOnlyMemory<byte>)

Construct a set of session keys with the given values.

C#
public SessionKeys(ReadOnlyMemory<byte> encryptionKey, ReadOnlyMemory<byte> macKey, ReadOnlyMemory<byte> rmacKey)

Parameters

Type Name Description
ReadOnlyMemory<byte> encryptionKey

Sets EncryptionKey.

ReadOnlyMemory<byte> macKey

Sets MacKey.

ReadOnlyMemory<byte> rmacKey

Sets RmacKey.

In this article
Back to top Generated by DocFX