CoseKeyType Class
Namespace: Yubico.YubiKey.Fido2.Cose Assembly: Yubico.YubiKey.dllAn enumeration of the key families supported by COSE.
C#
public sealed class CoseKeyType : Enum
Inheritance
System.Object
CoseKeyType
Fields
Name | Description |
---|---|
Ec2 | Elliptic Curve keys with x- and y-coordinates |
Okp | Octet Key Pair |
Symmetric | Symmetric keys |
Unknown | The type could not be determined. |
value__ |