C# Class hbehr.recaptcha.ReCaptchaObject

Show file Open project: henriqb/ReCaptcha-Asp-Net Class Usage Examples

Private Methods

Method Description
CheckIfIamConfigured ( ) : void
GetCaptcha ( ReCaptchaLanguage language ) : IHtmlString
GetHlCode ( ReCaptchaLanguage language ) : string
Initialize ( string publicKey, string secretKey, ReCaptchaLanguage defaultLanguage = null ) : void
ReCaptchaObject ( ) : System
ReCaptchaObject ( string publicKey, string secretKey, ReCaptchaLanguage defaultLanguage = null ) : System
TreatReCaptchaError ( ReCaptchaJsonResponse answer ) : void
ValidateResponse ( IReChaptaWebInterface webInterface, string response ) : bool
ValidateResponse ( IReChaptaWebInterface webInterface, string response, WebProxy proxy ) : bool
ValidateResponseAsync ( IReChaptaWebInterfaceAsync webInterface, string response ) : Task
ValidateResponseAsync ( IReChaptaWebInterfaceAsync webInterface, string response, WebProxy proxy ) : Task