Click or drag to resize
PasswordCheckPassword Method (String, String, String, String, Int32)
Check password value with minimum lenght

Namespace: ToolBoox
Assembly: ToolBoox (in ToolBoox.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public static PasswordCheckPasswordValue CheckPassword(
	string firstname,
	string lastname,
	string email,
	string password,
	int minLenght
)

Parameters

firstname
Type: SystemString
User firstname
lastname
Type: SystemString
User lastname
email
Type: SystemString
User email
password
Type: SystemString
User password to check
minLenght
Type: SystemInt32
Minimum lenght of password

Return Value

Type: PasswordCheckPasswordValue
Any value of CheckPasswordValue
See Also