Checks if the crypted password matches the given password string.
Namespace: CryptSharpAssembly: CryptSharp (in CryptSharp.dll) Version: 2.0.0.0
Syntax
Parameters
- password
- Type: System String
The password string to test. Characters are UTF-8 encoded.
- cryptedPassword
- Type: System String
The crypted password.
Return Value
true if the passwords match.See Also