PasswordRequirements Class

Definition

Namespace: Ignition.Crm.AccountManagement
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public class PasswordRequirements
Inheritance
Object    PasswordRequirements

Constructors

PasswordRequirementsInitializes a new instance of the PasswordRequirements class

Properties

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

See Also