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

Syntax

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

Parameters

user
Type: Cartella.Interfaces..::..IUser
password
Type: System..::..String

Implements

IAuthenticator..::..Authenticate(IUser, String)

See Also