Class CoseKeyDefinition
- Namespace
- Yubico.YubiKey.Cryptography
- Assembly
- Yubico.YubiKey.dll
COSE key definition
https://www.iana.org/assignments/cose/cose.xhtml
public class CoseKeyDefinition
- Inheritance
-
objectCoseKeyDefinition
Properties
AlgorithmIdentifier
public CoseAlgorithmIdentifier AlgorithmIdentifier { get; set; }
Property Value
CurveIdentifier
public CoseEcCurve CurveIdentifier { get; set; }
Property Value
Type
public CoseKeyType Type { get; set; }