C# Class Serenity.Web.RecaptchaValidation

Exibir arquivo Open project: volkanceylan/Serenity

Public Methods

Method Description
Validate ( string token ) : void

Validates a recaptcha token

Inspired from https://github.com/tanveery/recaptcha-net/blob/master/src/Recaptcha.Web/RecaptchaVerificationHelper.cs

Method Details

Validate() public static method

Validates a recaptcha token
Inspired from https://github.com/tanveery/recaptcha-net/blob/master/src/Recaptcha.Web/RecaptchaVerificationHelper.cs
public static Validate ( string token ) : void
token string
return void