UseAlphaNumericPassword Field
Namespace: Yubico.YubiKey.Otp Assembly: Yubico.YubiKey.dllEnable generation of mixed character and digits.
C#
public const byte UseAlphaNumericPassword = 64
Returns
System.Byte
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.