PasswordValidationAssemblyGetPasswordRules Method |
[This is preliminary documentation and is subject to change.]
Returns an array of strings to be displayed as the rules for the password, each on a new line
Namespace: Netadmin.Assembly.BaseClassesAssembly: Netadmin.Assembly.BaseClasses (in Netadmin.Assembly.BaseClasses.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntaxpublic abstract string[] GetPasswordRules(
int languageId,
PasswordValidationAssemblySystemType systemType
)
Public MustOverride Function GetPasswordRules (
languageId As Integer,
systemType As PasswordValidationAssemblySystemType
) As String()
Parameters
- languageId
- Type: SystemInt32
The system ID of the language of the current user - systemType
- Type: Netadmin.Assembly.BaseClassesPasswordValidationAssemblySystemType
The type of system the validation should check
Return Value
Type:
StringAn array of strings to be displayed
See Also