SaltGeneratorCreate Method
Creates a salt of the specified length.
Namespace: SnapDB.SecurityAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public static byte[] Create(
int length
)
Public Shared Function Create (
length As Integer
) As Byte()
public:
static array<unsigned char>^ Create(
int length
)
SnapDB.Security.SaltGenerator.Create = function(length);
- length Int32
- the number of bytes to make the salt.
Byte
Returns a salt of the supplied length.