C# Class Serenity.Web.RecaptchaValidation

Afficher le fichier Open project: volkanceylan/Serenity

Méthodes publiques

Méthode 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 méthode

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
Résultat void