File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Yubico.YubiKey/src/Yubico/YubiKey/Otp Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -69,11 +69,13 @@ public T UseNumericKeypad(bool setting = true) =>
69
69
ApplyFlag ( Flag . UseNumericKeypad , setting ) ;
70
70
71
71
/// <summary>
72
- /// Causes the trigger action of the YubiKey button to become faster.
72
+ /// Causes the trigger action of the YubiKey button to become faster on early model YubiKeys .
73
73
/// </summary>
74
74
/// <remarks>
75
- /// This only applies when one configuration is written. If both configurations are active,
76
- /// this setting has no effect.
75
+ /// This setting is enabled by default on current generation YubiKeys. As such, the method is
76
+ /// maintained for backwards compatibility with older YubiKeys only. Moreover, the fast trigger
77
+ /// feature only applies when one slot configuration is written. If both configurations (slot 1 and
78
+ /// slot 2) are active / configured, this setting has no effect.
77
79
/// </remarks>
78
80
public T UseFastTrigger ( bool setting = true ) =>
79
81
ApplyFlag ( Flag . FastTrigger , setting ) ;
You can’t perform that action at this time.
0 commit comments