Class AccountRecaptchaSettingsDto
Inheritance
AccountRecaptchaSettingsDto
Assembly: Volo.Abp.Account.Pro.Admin.Application.Contracts.dll
Syntax
public class AccountRecaptchaSettingsDto
Constructors
AccountRecaptchaSettingsDto()
Declaration
public AccountRecaptchaSettingsDto()
Properties
Score
Declaration
[Range(0.1, 1)]
public double Score { get; set; }
Property Value
SiteKey
Declaration
public string SiteKey { get; set; }
Property Value
SiteSecret
Declaration
public string SiteSecret { get; set; }
Property Value
UseCaptchaOnLogin
Declaration
public bool UseCaptchaOnLogin { get; set; }
Property Value
UseCaptchaOnRegistration
Declaration
public bool UseCaptchaOnRegistration { get; set; }
Property Value
VerifyBaseUrl
Declaration
public string VerifyBaseUrl { get; set; }
Property Value
Version
Declaration
[Range(2, 3)]
public int Version { get; set; }
Property Value
Extension Methods