Show / Hide Table of Contents

Algorithms Property

Algorithms

The list of supported algorithms for credential generation. This is an optional value and can be null.

C#
public IReadOnlyList<Tuple<string, CoseAlgorithmIdentifier>>? Algorithms { get; }

Property Value

Type Description
IReadOnlyList<Tuple<string, CoseAlgorithmIdentifier>>

Remarks

Each entry in the list is a type and algorithm. Neither the type nor algorithm are guaranteed to be unique, although each combination is. Currently, the only type defined is "public-key". The only algorithm the YubiKey supports is ECDSA with SHA-256 using the NIST P-256 curve. This is the pair "public-key"/CoseAlgorithmIdentifier.ES256.

In this article
Back to top Generated by DocFX