LumiSoft Net Help
Authenticate Method (userName, password)
NamespacesLumiSoft.Net.AUTHAUTH_SASL_DigestMD5_ResponseAuthenticate(String, String)
Authenticates user.
Declaration Syntax
C#Visual BasicVisual C++F#
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
)
member Authenticate : 
        userName : string * 
        password : string -> bool 
Parameters
userName (String)
User name.
password (String)
Password.
Return Value
Boolean
Returns true if user authenticated, otherwise false.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when userName or password is null reference.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119