Show / Hide Table of Contents

RequirementValue Enum

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

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

C#
public enum RequirementValue

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.

Fields

Ignored

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

The element is optional.

Required

The element is required.

In this article
Back to top Generated by DocFX