public class PasswordRequirements
Public Class PasswordRequirements
public ref class PasswordRequirements
type PasswordRequirements = class end
PasswordRequirements | Initializes a new instance of the PasswordRequirements class |
MaximumLength | Password maximum length |
MinimumLength | Password minimum character length |
MustMatchRegularExpression | If configured, a regular expression that the password must match; otherwise null |
MustNotMatchPreviousNumberOfPasswords | Number of unique passwords required before a password can be repeated |
RequiresOneOrMoreLowerCaseCharacters | Password must contain one or more lowercase characters |
RequiresOneOrMoreNumericCharacters | Password must contain one or more numeric characters |
RequiresOneOrMoreSpecialCharacters | Password must contain one or more special characters (@,!,#,$,%) |
RequiresOneOrMoreUpperCaseCharacters | Password must contain one or more uppercase characters |