Generate a salt for use with the HashPassword(String, String) method
selecting a reasonable default for the number of hashing rounds to apply.
Namespace: BCrypt.Net
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.9.16.1 (3.9.16.1)
Syntax
C#
public static string GenerateSalt()
Return Value
Type: StringA base64 encoded salt value.
See Also