LumiSoft Net Help
AUTH_SASL_DigestMD5_Challenge Constructor (realm, nonce, qopOptions, stale)
NamespacesLumiSoft.Net.AUTHAUTH_SASL_DigestMD5_ChallengeAUTH_SASL_DigestMD5_Challenge(array<String>[]()[][], String, array<String>[]()[][], Boolean)
Default constructor.
Declaration Syntax
C#Visual BasicVisual 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
Parameters
realm (array<String>[]()[][])
Realm value.
nonce (String)
Nonce value.
qopOptions (array<String>[]()[][])
Quality of protections supported. Normally this is "auth".
stale (Boolean)
Stale value.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when realm,nonce or qopOptions is null reference.

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