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

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