Creates a new user with the given username password and passphrase
Namespace: White_TigerAssembly: 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 |
Implements
IWhiteTigerService..::..CreateUser(String, String, String, String, String)
See Also