Show / Hide Table of Contents

Class AccountSettingNames.Captcha

Inheritance
object
AccountSettingNames.Captcha
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Account.Settings
Assembly: Volo.Abp.Account.Pro.Shared.Application.Contracts.dll
Syntax
public class AccountSettingNames.Captcha

Constructors

Captcha()

Declaration
public Captcha()

Fields

Score

Declaration
public const string Score = "Abp.Account.Captcha.Score"
Field Value
Type Description
string

SiteKey

Declaration
public const string SiteKey = "Abp.Account.Captcha.SiteKey"
Field Value
Type Description
string

SiteSecret

Declaration
public const string SiteSecret = "Abp.Account.Captcha.SiteSecret"
Field Value
Type Description
string

UseCaptchaOnLogin

Declaration
public const string UseCaptchaOnLogin = "Abp.Account.Captcha.UseCaptchaOnLogin"
Field Value
Type Description
string

UseCaptchaOnRegistration

Declaration
public const string UseCaptchaOnRegistration = "Abp.Account.Captcha.UseCaptchaOnRegistration"
Field Value
Type Description
string

VerifyBaseUrl

Declaration
public const string VerifyBaseUrl = "Abp.Account.Captcha.VerifyBaseUrl"
Field Value
Type Description
string

Version

Declaration
public const string Version = "Abp.Account.Captcha.Version"
Field Value
Type Description
string
In this article
Back to top Powered by Volosoft