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