Show / Hide Table of Contents

CoseKeyType Enum

Namespace: Yubico.YubiKey.Fido2.Cose Assembly: Yubico.YubiKey.dll

An enumeration of the key families supported by COSE. This enumeration is based on the IANA COSE Key Common Parameters registry.

https://www.iana.org/assignments/cose/cose.xhtml#key-type

C#
public enum CoseKeyType

Fields

Ec2

Elliptic Curve keys with x- and y-coordinates

Okp

Octet Key Pair

Symmetric

Symmetric keys

Unknown

The type could not be determined.

In this article
Back to top Generated by DocFX