CrypterEnvironment CheckPassword Method ( Byte , String)CryptSharp
Checks if the crypted password matches the given password bytes.

Namespace: CryptSharp
Assembly: CryptSharp (in CryptSharp.dll) Version: 2.0.0.0
Syntax

public bool CheckPassword(
	byte[] password,
	string cryptedPassword
)

Parameters

password
Type:  OnlineSystem Byte 
The password bytes to test.
cryptedPassword
Type: OnlineSystem String
The crypted password.

Return Value

true if the passwords match.
See Also