FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsModGlobal..::..generateRandomPassword Method

Generates the random password.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public static string generateRandomPassword(
	int length,
	bool includeNumbers,
	bool includeSpecialCharacters
)
Public Shared Function generateRandomPassword ( _
	length As Integer, _
	includeNumbers As Boolean, _
	includeSpecialCharacters As Boolean _
) As String
public:
static String^ generateRandomPassword(
	int^ length, 
	bool^ includeNumbers, 
	bool^ includeSpecialCharacters
)

Parameters

length
Type: Int32
The length.
includeNumbers
Type: Boolean
if set to true [include numbers].
includeSpecialCharacters
Type: Boolean
if set to true [include special characters].

Return Value

System.String.