Show / Hide Table of Contents

Use20msPacing Field

Namespace: Yubico.YubiKey.Otp Assembly: Yubico.YubiKey.dll

Add an inter-character pacing time of 20ms between keystrokes.

C#
public const byte Use20msPacing = 8

Returns

byte

Add an inter-character pacing time of 20ms between keystrokes.

Remarks

When set, an intra-character pacing time of 20 milliseconds is added between each sent keystroke. Combined with the Use10msPacing flag, the total delay is 30 milliseconds.

Note that this flag's value collides with other flags in this enumeration. In order to use 20ms pacing, the ChallengeResponse flag must NOT be set.

In this article
Back to top Generated by DocFX