Encode Method
Encode()
Return a new byte array that is the key data encoded following the FIDO2/CBOR standard.
C#
public abstract byte[] Encode()
Returns
System.Byte[]
The encoded key.
Exceptions
Type | Condition |
---|---|
System.InvalidOperationException | The object contains no key data. |