Class PasswordConfigurationContract
System password configuration
Namespace: Com.Kendox.Dcis.SubSystem.Service.Contract
Syntax
public class PasswordConfigurationContract : Object
Name | Description |
---|---|
PasswordConfigurationContract() |
Fields
Name | Description |
---|---|
HistoryCount | Count of not allwed old password |
MaximumAge | Maximum allowed password age |
MinimumLength | Minimum allowed password length |
MustHaveNormalCharacters | Password must contain characters |
MustHaveNumber | Password must contain numbers |
MustHaveSpecialCharacters | Password must contain a special character |
MustHaveUpperAndLowerCase | Password must contain upper and lower case characters |