Show / Hide Table of Contents

Class AccountRecaptchaSettingsDto

Inheritance
object
AccountRecaptchaSettingsDto
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
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
Type Description
double

SiteKey

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

SiteSecret

Declaration
public string SiteSecret { get; set; }
Property Value
Type Description
string

UseCaptchaOnLogin

Declaration
public bool UseCaptchaOnLogin { get; set; }
Property Value
Type Description
bool

UseCaptchaOnRegistration

Declaration
public bool UseCaptchaOnRegistration { get; set; }
Property Value
Type Description
bool

VerifyBaseUrl

Declaration
public string VerifyBaseUrl { get; set; }
Property Value
Type Description
string

Version

Declaration
[Range(2, 3)]
public int Version { get; set; }
Property Value
Type Description
int
In this article
Back to top Powered by Volosoft