Class AccountSettingNames.Captcha
Inheritance
AccountSettingNames.Captcha
Assembly: Volo.Abp.Account.Pro.Shared.Application.Contracts.dll
Syntax
public class AccountSettingNames.Captcha
Constructors
Captcha()
Declaration
Fields
Score
Declaration
public const string Score = "Abp.Account.Captcha.Score"
Field Value
SiteKey
Declaration
public const string SiteKey = "Abp.Account.Captcha.SiteKey"
Field Value
SiteSecret
Declaration
public const string SiteSecret = "Abp.Account.Captcha.SiteSecret"
Field Value
UseCaptchaOnLogin
Declaration
public const string UseCaptchaOnLogin = "Abp.Account.Captcha.UseCaptchaOnLogin"
Field Value
UseCaptchaOnRegistration
Declaration
public const string UseCaptchaOnRegistration = "Abp.Account.Captcha.UseCaptchaOnRegistration"
Field Value
VerifyBaseUrl
Declaration
public const string VerifyBaseUrl = "Abp.Account.Captcha.VerifyBaseUrl"
Field Value
Version
Declaration
public const string Version = "Abp.Account.Captcha.Version"
Field Value
Extension Methods