[This is preliminary documentation and is subject to change.]

Returns a cryptographically secure random string of given length.

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.2 (0.6.3.2)

Syntax

   
 C# 
[NotNullAttribute]
public static string GetRandomString(
	int chars
)

Parameters

chars
Int32

See Also