BCryptVerify Method

Aerospike
Verifies that the hash of the given text matches the provided hash

Namespace:  BCrypt.Net
Assembly:  AerospikeClient (in AerospikeClient.dll) Version: 3.9.16.1 (3.9.16.1)
Syntax

C#
public static bool Verify(
	string text,
	string hash
)

Parameters

text
Type: SystemString
The text to verify.
hash
Type: SystemString
The previously-hashed password.

Return Value

Type: Boolean
true if the passwords match, false otherwise.
See Also

Reference