Default constructor.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public AUTH_SASL_Client_CramMd5( string userName, string password )
Public Sub New ( userName As String, password As String )
public: AUTH_SASL_Client_CramMd5( String^ userName, String^ password )
new : userName : string * password : string -> AUTH_SASL_Client_CramMd5
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Is raised when userName or password is null reference. |
ArgumentException | Is raised when any of the arguments has invalid value. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119