Hash a string using the OpenBSD bcrypt scheme and a salt generated by GenerateSalt .
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 4.2.1.0 (4.2.1)
Syntax
Parameters
- source
- Type: System String
The string to hash.
Return Value
The hashed string.Remarks
See Also