UseAlphaNumericPassword Method
UseAlphaNumericPassword(bool)
Enables generation of mixed characters and digits.
C#
public T UseAlphaNumericPassword(bool setting = true)
Parameters
Type | Name | Description |
---|---|---|
bool | setting |
Returns
T
Remarks
Satisfies some legacy systems' requirement for mixed characters and digits in passwords.
This setting is not compatible with Yubico.YubiKey.Otp.OtpSettings<T>.Flag.YubicoOtpChallengeResponse nor Yubico.YubiKey.Otp.OtpSettings<T>.Flag.HmacSha1ChallengeResponse.