SaltGeneratorCreate Method

Creates a salt of the specified length.

Definition

Namespace: SnapDB.Security
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public static byte[] Create(
	int length
)

Parameters

length  Int32
the number of bytes to make the salt.

Return Value

Byte
Returns a salt of the supplied length.

See Also