Password Policy
| C# |
public class PasswordPolicy
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| PasswordPolicy()()()() | Initializes a new instance of the PasswordPolicy class | |
| AllowUsersToChangePassword | ||
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()()() | Gets the type of the current instance. (Inherited from Object.) | |
| MinimumPasswordLength | ||
| RequireLowercaseCharacters | ||
| RequireNumbers | ||
| RequireSymbols | ||
| RequireUppercaseCharacters | ||
| ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) | |
| WithAllowUsersToChangePassword(Boolean) |
Sets the AllowUsersToChangePassword property
| |
| WithMinimumPasswordLength(Int32) |
Sets the MinimumPasswordLength property
| |
| WithRequireLowercaseCharacters(Boolean) |
Sets the RequireLowercaseCharacters property
| |
| WithRequireNumbers(Boolean) |
Sets the RequireNumbers property
| |
| WithRequireSymbols(Boolean) |
Sets the RequireSymbols property
| |
| WithRequireUppercaseCharacters(Boolean) |
Sets the RequireUppercaseCharacters property
|
| Object | |
| PasswordPolicy | |