PivPinPolicy Class
Namespace: Yubico.YubiKey.Piv Assembly: Yubico.YubiKey.dllThis enum lists the possible PIN policies of a key in a PIV slot.
C#
public sealed class PivPinPolicy : Enum
Inheritance
System.Object
PivPinPolicy
Fields
Name | Description |
---|---|
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. |
value__ |