Click or drag to resize
RecaptchaResponse Class
Encapsulates a response from reCAPTCHA web service.
Inheritance Hierarchy
SystemObject
  CMS.FormEngineRecaptchaResponse

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

The RecaptchaResponse type exposes the following members.

Constructors
  NameDescription
Public methodRecaptchaResponse
Top
Properties
  NameDescription
Public propertyErrorCodes
Error codes explaining why reCAPTCHA validation failed.
Public propertyErrorMessage
Aggregated error message from all the error codes.
Public propertyHostName
The hostname of the site where the reCAPTCHA was solved
Public propertyIsValid
Indicates whether the reCAPTCHA validation was successful.
Public propertyTimeStamp
Timestamp of the challenge load.
Top
See Also