Click or drag to resize
PasswordValidationAssemblyIsPasswordValid Method

[This is preliminary documentation and is subject to change.]

Validates if the password is approved by the system

Namespace: Netadmin.Assembly.BaseClasses
Assembly: Netadmin.Assembly.BaseClasses (in Netadmin.Assembly.BaseClasses.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public abstract bool IsPasswordValid(
	out string[] errorList,
	int languageId,
	PasswordValidationAssemblySystemType systemType,
	string password,
	string username,
	long userId
)

Parameters

errorList
Type: SystemString
A out parameter that should be filled with any password validation errors
languageId
Type: SystemInt32
The system ID of the languange of the current user
systemType
Type: Netadmin.Assembly.BaseClassesPasswordValidationAssemblySystemType
The type of system the validation should check
password
Type: SystemString
The supplied password
username
Type: SystemString
The username of the user
userId
Type: SystemInt64
the UserId of the user

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Netadmin.Assembly.BaseClasses.PasswordValidationAssembly.IsPasswordValid(System.String[]@,System.Int32,Netadmin.Assembly.BaseClasses.PasswordValidationAssembly.SystemType,System.String,System.String,System.Int64)"]

See Also