 |
PasswordControllerCheckRetypedPasswordIsEqual Method |
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Checks two passwords are same.
Namespace:
WeroSoft.Security
Assembly:
WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntaxpublic static bool CheckRetypedPasswordIsEqual(
char[] password,
char[] retypedPassword
)
Parameters
- password
- Type: SystemChar
First password. - retypedPassword
- Type: SystemChar
Second password.
Return Value
Type:
BooleanTrue if the password are the same; otherwise false.
See Also