Click or drag to resize
PasswordCheckPassword Method (String, String, String, String)
Check password value with 8 caracters min

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
)

Parameters

firstname
Type: SystemString
User firstname
lastname
Type: SystemString
User lastname
email
Type: SystemString
User email
password
Type: SystemString
User password to check

Return Value

Type: PasswordCheckPasswordValue
Any value of CheckPasswordValue
See Also