Class ConfigFile.GoogleRecaptcha
Confuguration values for the Google Recaptcha validation service.
Inherited Members
Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public static class ConfigFile.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 |