PasswordValidationAssembly IsPasswordValid 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
Syntaxpublic abstract bool IsPasswordValid (
out string [] errorList ,
int languageId ,
PasswordValidationAssembly SystemType systemType ,
string password ,
string username ,
long userId
)Public MustOverride Function IsPasswordValid (
<OutAttribute > ByRef errorList As String (),
languageId As Integer ,
systemType As PasswordValidationAssembly SystemType ,
password As String ,
username As String ,
userId As Long
) As Boolean Parameters errorList Type: System String A out parameter that should be filled with any password validation errors languageId Type: System Int32 The system ID of the languange of the current user systemType Type: Netadmin.Assembly.BaseClasses PasswordValidationAssembly SystemType The type of system the validation should check password Type: System String The supplied password username Type: System String The username of the user userId Type: System Int64 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