Show / Hide Table of Contents

UseMixedCasePassword Method

UseMixedCasePassword(bool)

Enable use of mixed case characters for password generation.

C#
public T UseMixedCasePassword(bool setting = true)

Parameters

Type Name Description
bool setting

Returns

T

Remarks

This accommodates some legacy systems that require mixed-case characters in passwords.

This setting is incompatible with SetOathHotp(bool).

In this article
Back to top Generated by DocFX