Default constructor.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public AUTH_SASL_DigestMD5_Challenge( string[] realm, string nonce, string[] qopOptions, bool stale )
Public Sub New ( realm As String(), nonce As String, qopOptions As String(), stale As Boolean )
public: AUTH_SASL_DigestMD5_Challenge( array<String^>^ realm, String^ nonce, array<String^>^ qopOptions, bool stale )
new : realm : string[] * nonce : string * qopOptions : string[] * stale : bool -> AUTH_SASL_DigestMD5_Challenge
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Is raised when realm,nonce or qopOptions is null reference. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119