Show / Hide Table of Contents

AuthenticationKey Property

AuthenticationKey

Gets the authentication key derived from the shared value computed during the call to Encapsulate(CoseKey). This can be the same as the EncryptionKey.

C#
public ReadOnlyMemory<byte>? AuthenticationKey { get; protected set; }

Property Value

Type Description
ReadOnlyMemory<byte>?

Remarks

This will be null until the Encapsulate method is called.

In this article
Back to top Generated by DocFX