Authenticate a user. A wrapper-call to the LicenseManagerBase's Authenticate method.

Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
bool Authenticate(
	string username,
	string password
)
Visual Basic
Function Authenticate ( _
	username As String, _
	password As String _
) As Boolean
Visual C++
bool Authenticate(
	String^ username, 
	String^ password
)

Parameters

username
Type: System..::..String
User Name
password
Type: System..::..String
User Password

Field Value

Boolean

Return Value

True if authentication is successful

See Also