EncryptionKey Property
EncryptionKey
Gets the encryption key derived from the shared value computed during the call to Encapsulate(CoseKey). This can be the same as the AuthenticationKey.
C#
public ReadOnlyMemory<byte>? EncryptionKey { get; protected set; }
Property Value
Type | Description |
---|---|
ReadOnlyMemory<byte>? |
Remarks
This will be null
until the Encapsulate
method is
called.