LumiSoft Mail Server User API
Authenticate Method (userName, password)
Namespaces > LumiSoft.Net.AUTH > Auth_HttpDigest > Authenticate(String, String)
Authenticates specified user and password using this class parameters.
Syntax
C#Visual BasicManaged C++
public bool Authenticate (
	string userName,
	string password
)
Public Function Authenticate ( _
	userName As String, _
	password As String _
) As Boolean
public:
bool Authenticate (
	String^ userName, 
	String^ password
)
Parameters
userName (String)
User name.
password (String)
Password.
Return Value
Returns true if authenticated, otherwise false.

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)