Show / Hide Table of Contents

UseMixedCasePassword Field

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

Enable generation of mixed-case characters.

C#
public const byte UseMixedCasePassword = 16

Returns

byte

Enable generation of mixed-case characters.

Remarks

Setting this flag enables generation of mixed-case characters 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 OathHotp flag must NOT be set.

In this article
Back to top Generated by DocFX