Show / Hide Table of Contents

Certifications Property

Certifications

The list of certifications the YubiKey has obtained. Each certification is a string and number. The string is the name of the certification, and the number describes the level. See The FIDO standard for more information, specifically section 7.3 of CTAP. This property is OPTIONAL, and if the YubiKey provides no value, this will be null.

C#
public IReadOnlyDictionary<string, int>? Certifications { get; }

Property Value

Type Description
IReadOnlyDictionary<string, int>
In this article
Back to top Generated by DocFX