CoseKeyType Enum
Namespace: Yubico.YubiKey.Fido2.Cose Assembly: Yubico.YubiKey.dllAn enumeration of the key families supported by COSE.
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. |