 | PasswordCheckPassword Method (String, String, String, String, Int32) |
Check password value with minimum lenght
Namespace: ToolBooxAssembly: ToolBoox (in ToolBoox.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic static PasswordCheckPasswordValue CheckPassword(
string firstname,
string lastname,
string email,
string password,
int minLenght
)
Public Shared Function CheckPassword (
firstname As String,
lastname As String,
email As String,
password As String,
minLenght As Integer
) As PasswordCheckPasswordValue
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:
PasswordCheckPasswordValueAny value of CheckPasswordValue
See Also