Table of Contents

Enum RequirementValue

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

These are the possible values of an element that has requirement conditions.

public enum RequirementValue

Fields

Ignored = 0

The element is ignored. It is not required, but it is not optional either. But if the element is provided, it is ignored, as opposed to an error.

Optional = 2

The element is optional.

Required = 1

The element is required.

Remarks

Some elements might be required in some situations, others are optional, and others are ignored. This enum is used to report what the requirement level is.