C# Class Subtext.Web.Controls.AnswerAndDate

Represents the answer and date returned by the client.
Mostrar archivo Open project: ayende/Subtext

Public Methods

Method Description
ParseAnswerAndDate ( string encryptedAnswer, int timeoutInSeconds ) : AnswerAndDate

Initializes a new instance of the AnswerAndDate class.

Method Details

ParseAnswerAndDate() public static method

Initializes a new instance of the AnswerAndDate class.
public static ParseAnswerAndDate ( string encryptedAnswer, int timeoutInSeconds ) : AnswerAndDate
encryptedAnswer string The encrypted answer.
timeoutInSeconds int Number of seconds before captcha expires.
return AnswerAndDate