Show / Hide Table of Contents

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.

In this article
Back to top Generated by DocFX