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 |
---|---|
System.Collections.Generic.IReadOnlyDictionary<System.String, System.Boolean> |