BCrypt Verify Method Aerospike
Verifies that the hash of the given text matches the provided hash

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 4.2.5.0 (4.2.5)
Syntax

Parameters

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

Return Value

true if the passwords match, false otherwise.
See Also