Show / Hide Table of Contents

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.

In this article
Back to top Generated by DocFX