Verifies that the hash of the given text matches the provided
hash
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 4.2.0.0 (4.2.0)
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