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