Show / Hide Table of Contents

Interface ConfigFile.IGoogleRecaptchaConfiguration

Confuguration values for the Google Recaptcha validation service. Created in Database scope

Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public interface ConfigFile.IGoogleRecaptchaConfiguration

Properties

SecretKey

The secret key from the Google Recaptcha instance.

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

SiteKey

The site key from from the Google Recaptcha instance.

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

VerificationUrl

URL for Google Recaptcha validation service.

Declaration
string VerificationUrl { get; set; }
Property Value
Type Description
string

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top