C# 클래스 Subtext.Web.Controls.AnswerAndDate

Represents the answer and date returned by the client.
파일 보기 프로젝트 열기: ayende/Subtext

공개 메소드들

메소드 설명
ParseAnswerAndDate ( string encryptedAnswer, int timeoutInSeconds ) : AnswerAndDate

Initializes a new instance of the AnswerAndDate class.

메소드 상세

ParseAnswerAndDate() 공개 정적인 메소드

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.
리턴 AnswerAndDate