Creates a new user with the given username password and passphrase

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

Syntax

C#
public void CreateUser(
	string username,
	string pass,
	string newuser,
	string newpass,
	string passphrase
)
Visual Basic
Public Sub CreateUser ( 
	username As String,
	pass As String,
	newuser As String,
	newpass As String,
	passphrase As String
)
Visual C++
public:
virtual void CreateUser(
	String^ username, 
	String^ pass, 
	String^ newuser, 
	String^ newpass, 
	String^ passphrase
) sealed

Parameters

username
Type: System..::..String
Name of an Administrator
pass
Type: System..::..String
Administrator's password
newuser
Type: System..::..String
The name of the new user
newpass
Type: System..::..String
The password of the new user
passphrase
Type: System..::..String
The passphrase of the new user

Implements

IWhiteTigerService..::..CreateUser(String, String, String, String, String)

See Also