Click or drag to resize
PasswordGeneratePassword Method
Generate random password using some values

Namespace: ToolBoox
Assembly: ToolBoox (in ToolBoox.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public static string GeneratePassword(
	string firstname,
	string lastname,
	string email
)

Parameters

firstname
Type: SystemString
Firstname of user
lastname
Type: SystemString
Lastname of user
email
Type: SystemString
Email address

Return Value

Type: String
Six character password
See Also