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 Nullable<ReadOnlyMemory<byte>> AuthenticationKey { get; protected set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.ReadOnlyMemory<System.Byte>> |
Remarks
This will be null
until the Encapsulate
method is
called.