UseMixedCasePassword Method
UseMixedCasePassword(Boolean)
Enable use of mixed case characters for password generation.
C#
public T UseMixedCasePassword(bool setting = true)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | setting |
Returns
T
Remarks
This accommodates some legacy systems that require mixed-case characters in passwords.
This setting is incompatible with SetOathHotp(Boolean).