Authenticate an user. The user must user current external authenticator for authentication

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

Syntax

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

Parameters

user
Type: Cartella.Interfaces..::..IUser
User to authenticate
password
Type: System..::..String
Inputted password

Field Value

Boolean

Return Value

True is successful

See Also