Méthode | Description | |
---|---|---|
Configure ( string publicKey, string secretKey, ReCaptchaLanguage defaultLanguage = null ) : void | ||
GetCaptcha ( ReCaptchaLanguage language = null ) : IHtmlString | ||
ResetConfiguration ( ) : void | ||
ValidateCaptcha ( string response, |
||
ValidateCaptchaAsync ( string response, |
public static Configure ( string publicKey, string secretKey, ReCaptchaLanguage defaultLanguage = null ) : void | ||
publicKey | string | |
secretKey | string | |
defaultLanguage | ReCaptchaLanguage | |
Résultat | void |
public static GetCaptcha ( ReCaptchaLanguage language = null ) : IHtmlString | ||
language | ReCaptchaLanguage | |
Résultat | IHtmlString |
public static ResetConfiguration ( ) : void | ||
Résultat | void |
public static ValidateCaptcha ( string response, |
||
response | string | |
proxy | ||
Résultat | bool |
public static ValidateCaptchaAsync ( string response, |
||
response | string | |
proxy | ||
Résultat | Task |