Table of Contents

Class CoseKeyDefinition

Namespace
Yubico.YubiKey.Cryptography
Assembly
Yubico.YubiKey.dll

COSE key definition This class is based on the IANA COSE Key Common Parameters registry.

https://www.iana.org/assignments/cose/cose.xhtml

public class CoseKeyDefinition
Inheritance
object
CoseKeyDefinition

Properties

AlgorithmIdentifier

public CoseAlgorithmIdentifier AlgorithmIdentifier { get; set; }

Property Value

CoseAlgorithmIdentifier

CurveIdentifier

public CoseEcCurve CurveIdentifier { get; set; }

Property Value

CoseEcCurve

Type

public CoseKeyType Type { get; set; }

Property Value

CoseKeyType