Click or drag to resize
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.BaseClasses
Assembly: Netadmin.Assembly.BaseClasses (in Netadmin.Assembly.BaseClasses.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public abstract string[] GetPasswordRules(
	int languageId,
	PasswordValidationAssemblySystemType systemType
)

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: String
An array of strings to be displayed
See Also