Enum PivPinPolicy
This enum lists the possible PIN policies of a key in a PIV slot.
public enum PivPinPolicy
Fields
Always = 3The PIN is verified before every operation that uses the key in the given slot.
Default = 32The PIN policy is the default for the YubiKey.
MatchAlways = 5Biometric verification succeeds or the PIN is verified before every operation that uses the key in the given slot.
MatchOnce = 4Biometric verification succeeds or the PIN is checked for only the first operation in a session using the key in the given slot.
Never = 1The PIN is never checked for operations using the key in the given slot.
None = 0For key slots that do not have a PIN policy, the policy is None.
Once = 2The PIN is checked for only the first operation in a session using the key in the given slot.