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: 13.0.131
Syntax
C#
public class RecaptchaResponse

The RecaptchaResponse type exposes the following members.

Constructors
  NameDescription
Public methodRecaptchaResponse
Top
Properties
  NameDescription
Public propertyAction
Name of the action for which the reCAPTCHA v3 challenge was issued
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 propertyScore
Score (a number from 0.0 to 1.0) of a reCAPTCHA v3 request
Public propertyTimeStamp
Timestamp of the challenge load.
Top
See Also