| PasswordValidationAssembly Class |
[This is preliminary documentation and is subject to change.]
Namespace: Netadmin.Assembly.BaseClasses
The PasswordValidationAssembly type exposes the following members.
| Name | Description | ||
|---|---|---|---|
| void | PasswordValidationAssembly | Initializes a new instance of the PasswordValidationAssembly class |
| Name | Description | ||
|---|---|---|---|
| Boolean | Equals(Object) | (Inherited from Object.) | |
| ClassResult | Execute(Hashtable, ClassExecutionOption) | (Inherited from AssemblyBase.) | |
| void | ExecuteMethod(Hashtable) | (Overrides AssemblyBase.ExecuteMethod(Hashtable).) | |
| void | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| ArgumentCollection | GetArguments | (Overrides AssemblyBase.GetArguments.) | |
| String | GetDescription | (Inherited from AssemblyBase.) | |
| Int32 | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| ClassOutput | GetOutputType | (Overrides AssemblyBase.GetOutputType.) | |
| void | GetPasswordRules(Int32, PasswordValidationAssemblySystemType) |
Returns an array of strings to be displayed as the rules for the password, each on a new line
| |
| Type | GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Boolean | IsPasswordValid(String, Int32, PasswordValidationAssemblySystemType, String, String, Int64) |
Validates if the password is approved by the system
| |
| Boolean | IsPasswordValidationAssembly(AssemblyClass) | ||
| Object | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| String | SQLValid(String) | (Inherited from AssemblyBase.) | |
| void | StartTimer | (Inherited from AssemblyBase.) | |
| void | StopTimer(String) | (Inherited from AssemblyBase.) | |
| void | TimerLap(String) | (Inherited from AssemblyBase.) | |
| String | ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| Boolean | ValidateArguments(Hashtable) | (Inherited from AssemblyBase.) |
| Name | Description | ||
|---|---|---|---|
| String | ExecutionModeName | ||
| String | LanguageIdName | ||
| String | PasswordName | ||
| ClassResult | Result | (Inherited from AssemblyBase.) | |
| String | SystemTypeName | ||
| String | UserIdName | ||
| String | UserNameName |