Click or drag to resize
RecaptchaValidator Class
Calls the reCAPTCHA server to validate the answer to a reCAPTCHA challenge.
Inheritance Hierarchy
SystemObject
  CMS.FormEngineRecaptchaValidator

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 12.0.0
Syntax
C#
public class RecaptchaValidator

The RecaptchaValidator type exposes the following members.

Constructors
  NameDescription
Public methodRecaptchaValidator
Top
Properties
  NameDescription
Public propertyPrivateKey
The shared key between the site and reCAPTCHA.
Public propertyRemoteIP
The user's IP address.
Public propertyResponse
The user response token provided by reCAPTCHA, verifying the user on your site.
Top
Methods
  NameDescription
Public methodValidate
Validate reCAPTCHA response
Top
See Also