C# Class Subtext.Web.Controls.AnswerAndDate

Represents the answer and date returned by the client.
Afficher le fichier Open project: ayende/Subtext

Méthodes publiques

Méthode Description
ParseAnswerAndDate ( string encryptedAnswer, int timeoutInSeconds ) : AnswerAndDate

Initializes a new instance of the AnswerAndDate class.

Method Details

ParseAnswerAndDate() public static méthode

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.
Résultat AnswerAndDate