Show / Hide Table of Contents

PivPinPolicy Enum

Namespace: Yubico.YubiKey.Piv Assembly: Yubico.YubiKey.dll

This enum lists the possible PIN policies of a key in a PIV slot.

C#
public enum PivPinPolicy

Fields

Always

The PIN is verified before every operation that uses the key in the given slot.

Default

The PIN policy is the default for the YubiKey.

MatchAlways

Biometric verification succeeds or the PIN is verified before every operation that uses the key in the given slot.

MatchOnce

Biometric verification succeeds or the PIN is checked for only the first operation in a session using the key in the given slot.

Never

The PIN is never checked for operations using the key in the given slot.

None

For key slots that do not have a PIN policy, the policy is None.

Once

The PIN is checked for only the first operation in a session using the key in the given slot.

In this article
Back to top Generated by DocFX