LumiSoft Net Help
AUTH_SASL_Client_Ntlm Constructor (domain, userName, password)
NamespacesLumiSoft.Net.AUTHAUTH_SASL_Client_NtlmAUTH_SASL_Client_Ntlm(String, String, String)
Default constructor.
Declaration Syntax
C#Visual BasicVisual C++F#
public AUTH_SASL_Client_Ntlm(
	string domain,
	string userName,
	string password
)
Public Sub New ( 
	domain As String,
	userName As String,
	password As String
)
public:
AUTH_SASL_Client_Ntlm(
	String^ domain, 
	String^ userName, 
	String^ password
)
new : 
        domain : string * 
        userName : string * 
        password : string -> AUTH_SASL_Client_Ntlm
Parameters
domain (String)
Domain name.
userName (String)
User login name.
password (String)
Password.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when domain,userName or passowrd is null reference.

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