Show / Hide Table of Contents

OptionValue Enum

Namespace: Yubico.YubiKey.Fido2 Assembly: Yubico.YubiKey.dll

These are the possible values of FIDO2 Options.

C#
public enum OptionValue

Remarks

If an option is specified, it will be True or False. If it is not specified, it is its default value. Each option has its default defined in section 6.4 of the FIDO2 standard. A default value can be either True, False, or NotSupported. This enum adds one more value, Unknown, if the given input option is not one defined in the FIDO2 standard.

See also GetDefaultOptionValue(string).

Fields

False

The value of the option, either specified or by default, is false.

NotSupported

The option is not listed and the default is "Not Supported".

True

The value of the option, either specified or by default, is true.

Unknown

The option is not listed and is not described in the standard, hence its value is unknown.

In this article
Back to top Generated by DocFX