Show / Hide Table of Contents

Options Property

Options

The list of supported options. Each entry in the list is a string describing the option and a boolean, indicating whether it is supported (true) or not (false). This property is OPTIONAL, and if the YubiKey provides no value, this will be null.

C#
public IReadOnlyDictionary<string, bool>? Options { get; }

Property Value

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