C# Class hbehr.recaptcha.ReCaptcha

Afficher le fichier Open project: henriqb/ReCaptcha-Asp-Net

Méthodes publiques

Méthode Description
Configure ( string publicKey, string secretKey, ReCaptchaLanguage defaultLanguage = null ) : void
GetCaptcha ( ReCaptchaLanguage language = null ) : IHtmlString
ResetConfiguration ( ) : void
ValidateCaptcha ( string response, WebProxy proxy = null ) : bool
ValidateCaptchaAsync ( string response, WebProxy proxy = null ) : Task

Method Details

Configure() public static méthode

public static Configure ( string publicKey, string secretKey, ReCaptchaLanguage defaultLanguage = null ) : void
publicKey string
secretKey string
defaultLanguage ReCaptchaLanguage
Résultat void

GetCaptcha() public static méthode

public static GetCaptcha ( ReCaptchaLanguage language = null ) : IHtmlString
language ReCaptchaLanguage
Résultat IHtmlString

ResetConfiguration() public static méthode

public static ResetConfiguration ( ) : void
Résultat void

ValidateCaptcha() public static méthode

public static ValidateCaptcha ( string response, WebProxy proxy = null ) : bool
response string
proxy System.Net.WebProxy
Résultat bool

ValidateCaptchaAsync() public static méthode

public static ValidateCaptchaAsync ( string response, WebProxy proxy = null ) : Task
response string
proxy System.Net.WebProxy
Résultat Task