Creates a new Role for 1st time install only

Namespace: White_Tiger.UserManagment
Assembly: White Tiger (in White Tiger.dll) Version: 0.1.3.5 (0.1.3.5)

Syntax

C#
public void CreateRole1stTime(
	string username,
	string password,
	string role,
	RoleType type
)
Visual Basic
Public Sub CreateRole1stTime ( 
	username As String,
	password As String,
	role As String,
	type As RoleType
)
Visual C++
public:
void CreateRole1stTime(
	String^ username, 
	String^ password, 
	String^ role, 
	RoleType type
)

Parameters

username
Type: System..::..String
name of user
password
Type: System..::..String
password
role
Type: System..::..String
name of the new role
type
Type: White_Tiger.UserManagment..::..RoleType
type of the new role

See Also