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