PivTouchPolicy Enum
Namespace: Yubico.YubiKey.Piv Assembly: Yubico.YubiKey.dllThis enum lists the possible touch policies of a key in a PIV slot.
C#
public enum PivTouchPolicy
Fields
Always | Touch is always required for operations using the key in the given slot. |
Cached | Touch is cached for 15 seconds. |
Default | The touch policy is the default for the YubiKey. |
Never | Touch is never required for operations using the key in the given slot. |
None | For key slots that do not have a touch policy, the policy is None. |