LumiSoft Net Help
Parse Method (challenge)
NamespacesLumiSoft.Net.AUTHAUTH_SASL_DigestMD5_ChallengeParse(String)
Parses DIGEST-MD5 challenge from challenge-string.
Declaration Syntax
C#Visual BasicVisual C++F#
public static AUTH_SASL_DigestMD5_Challenge Parse(
	string challenge
)
Public Shared Function Parse ( 
	challenge As String
) As AUTH_SASL_DigestMD5_Challenge
public:
static AUTH_SASL_DigestMD5_Challenge^ Parse(
	String^ challenge
)
static member Parse : 
        challenge : string -> AUTH_SASL_DigestMD5_Challenge 
Parameters
challenge (String)
Challenge string.
Return Value
AUTH_SASL_DigestMD5_Challenge
Returns DIGEST-MD5 challenge.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when challenge is null reference.
ParseExceptionIs raised when challenge parsing + validation fails.

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