UseAlphaNumericPassword Method
UseAlphaNumericPassword(Boolean)
Enables generation of mixed characters and digits.
C#
public T UseAlphaNumericPassword(bool setting = true)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | 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`1.Flag.YubicoOtpChallengeResponse nor Yubico.YubiKey.Otp.OtpSettings`1.Flag.HmacSha1ChallengeResponse.