Show / Hide Table of Contents

Encode Method

Encode()

Return a new byte array that is the key data encoded following the FIDO2/CBOR standard.

C#
public override byte[] Encode()

Returns

byte[]

The encoded key.

Overrides

CoseKey.Encode()

Exceptions

Type Condition
InvalidOperationException

The object contains no key data.

In this article
Back to top Generated by DocFX