Show / Hide Table of Contents

UseAlphaNumericPassword Field

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

Enable generation of mixed character and digits.

C#
public const byte UseAlphaNumericPassword = 64

Returns

byte

Enable generation of mixed character and digits.

Remarks

Setting this flag enables generation of mixed character and digits required by password policy settings in some legacy systems.

Note that this flag's value collides with other flags in this enumeration. In order to have the intended meaning, the ChallengeResponse flag must NOT be set.

In this article
Back to top Generated by DocFX