LumiSoft Net Help
Authenticate Method (userName, password)
NamespacesLumiSoft.Net.AUTHAuth_HttpDigestAuthenticate(String, String)
Authenticates specified user and password using this class parameters.
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 authenticated, otherwise false.

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