public bool ValidateCaptcha(string captchaResponse)
 {
     return(GoogleRecaptchaHelper.ValidateReCaptchaV2(captchaResponse));
 }
Esempio n. 2
0
 public bool Validate(string response)
 {
     return(GoogleRecaptchaHelper.ValidateReCaptchaV2(_config, response));
 }