Enum PivTouchPolicy
This enum lists the possible touch policies of a key in a PIV slot.
public enum PivTouchPolicy
Fields
Always = 2
Touch is always required for operations using the key in the given slot.
Cached = 3
Touch is cached for 15 seconds.
Default = 32
The touch policy is the default for the YubiKey.
Never = 1
Touch is never required for operations using the key in the given slot.
None = 0
For key slots that do not have a touch policy, the policy is None.