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