Table of Contents

Enum CoseKeyType

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

public enum CoseKeyType

Fields

Ec2 = 2

Elliptic Curve keys with x- and y-coordinates

Okp = 1

Octet Key Pair

Symmetric = 4

Symmetric keys

Unknown = 0

The type could not be determined.