BCryptGenerateSalt Method

Aerospike
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: String
A base64 encoded salt value.
See Also

Reference