Parses DIGEST-MD5 challenge from challenge-string.
Declaration Syntax
C# | Visual Basic | Visual 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.
Returns DIGEST-MD5 challenge.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Is raised when challenge is null reference. |
ParseException | Is raised when challenge parsing + validation fails. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119