XML3 - API DLL Documentation
Creates the Authentication Ticket.

Namespace: XMLV3API.Security
Assembly: XMLV3API (in XMLV3API.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool Login(
	string UserName,
	string Password,
	string AccountNumber
)
Visual Basic
Public Function Login ( _
	UserName As String, _
	Password As String, _
	AccountNumber As String _
) As Boolean
Visual C++
public:
bool Login(
	String^ UserName, 
	String^ Password, 
	String^ AccountNumber
)

Parameters

UserName
Type: System..::..String
UserName
Password
Type: System..::..String
Password
AccountNumber
Type: System..::..String
Account Number of the user.

Return Value

[Missing <returns> documentation for "M:XMLV3API.Security.User.Login(System.String,System.String,System.String)"]

Remarks