Show / Hide Table of Contents

Class ConfigFile.GoogleRecaptcha

Confuguration values for the Google Recaptcha validation service.

Inheritance
Object
ConfigFile.GoogleRecaptcha
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public static class GoogleRecaptcha

Properties

SecretKey

The secret key from the Google Recaptcha instance.

Declaration
public static string SecretKey { get; set; }
Property Value
Type Description
String

SiteKey

The site key from from the Google Recaptcha instance.

Declaration
public static string SiteKey { get; set; }
Property Value
Type Description
String

VerificationUrl

URL for Google Recaptcha validation service.

Declaration
public static string VerificationUrl { get; set; }
Property Value
Type Description
String
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top