PasswordGenerationOptions Class |
Namespace: Omada.OE.Solution.OIM.AppLogic.Model
public class PasswordGenerationOptions
The PasswordGenerationOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| PasswordGenerationOptions |
Constructor sets the default values
|
| Name | Description | |
|---|---|---|
| MaxLength | ||
| MinLength | ||
| MustBeginWith | ||
| MustContainLower | ||
| MustContainNumbers | ||
| MustContainSpecialChars | ||
| MustContainUpper | ||
| MustNotContain |
| Name | Description | |
|---|---|---|
| AssignFrom |
Copies the generation options from the provided password policy.
| |
| AssignTo |
Copies the generation options to an equivalent password policy.
Used by unit tests
|
| 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.) |