LumiSoft Net Help
AUTH_SASL_Client_DigestMd5 Constructor (protocol, server, userName, password)
NamespacesLumiSoft.Net.AUTHAUTH_SASL_Client_DigestMd5AUTH_SASL_Client_DigestMd5(String, String, String, String)
Default constructor.
Declaration Syntax
C#Visual BasicVisual C++F#
public AUTH_SASL_Client_DigestMd5(
	string protocol,
	string server,
	string userName,
	string password
)
Public Sub New ( 
	protocol As String,
	server As String,
	userName As String,
	password As String
)
public:
AUTH_SASL_Client_DigestMd5(
	String^ protocol, 
	String^ server, 
	String^ userName, 
	String^ password
)
new : 
        protocol : string * 
        server : string * 
        userName : string * 
        password : string -> AUTH_SASL_Client_DigestMd5
Parameters
protocol (String)
Protocol name. For example: SMTP.
server (String)
Remote server name or IP address.
userName (String)
User login name.
password (String)
User password.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when protocol,server,userName or password is null reference.
ArgumentExceptionIs raised when any of the arguments has invalid value.

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