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