 | PasswordCheckPassword Method (String, String, String, String) |
Check password value with 8 caracters min
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
)
Public Shared Function CheckPassword (
firstname As String,
lastname As String,
email As String,
password As String
) 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
Return Value
Type:
PasswordCheckPasswordValueAny value of CheckPasswordValue
See Also