PasswordPolicy Class |
Namespace: Omada.OE.Solution.OIM.AppLogic.Model
public class PasswordPolicy
The PasswordPolicy type exposes the following members.
Name | Description | |
---|---|---|
![]() | PasswordPolicy |
Name | Description | |
---|---|---|
![]() | BlackList |
Must not contain username, firstname, lastname
|
![]() | Digit |
Password must contain digit
|
![]() | Lower |
Password must contain lower char
|
![]() | MaxLength |
Maximum length for password
|
![]() | MinLength |
Minimum length for password
|
![]() | MustBeginWith |
The first char of the password must contain one of those provided here
|
![]() | MustNotContain |
The chars in this string must not be one of these
|
![]() | MustNotContainUserName |
Must not contain username, firstname, lastname
|
![]() | Special |
Password must contain special sign
|
![]() | Upper |
Password must contain upper char
|
![]() | ValidationMessage |
The message to show if the validation fails
|
Name | Description | |
---|---|---|
![]() | ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) |
![]() | ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) |
![]() | ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |