Show / Hide Table of Contents

Class CaptchaOptions

Inheritance
object
CaptchaOptions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.CmsKit.Public.Web.Security.Captcha
Assembly: Volo.CmsKit.Public.Web.dll
Syntax
public class CaptchaOptions

Constructors

CaptchaOptions()

Declaration
public CaptchaOptions()

CaptchaOptions(int, int, int, int)

Declaration
public CaptchaOptions(int number1MinValue, int number1MaxValue, int number2MinValue, int number2MaxValue)
Parameters
Type Name Description
int number1MinValue
int number1MaxValue
int number2MinValue
int number2MaxValue

Properties

DrawLines

Declaration
public byte DrawLines { get; set; }
Property Value
Type Description
byte

DrawLinesColor

Declaration
public MagickColor[] DrawLinesColor { get; set; }
Property Value
Type Description
MagickColor[]

DurationOfValidity

Declaration
public TimeSpan DurationOfValidity { get; set; }
Property Value
Type Description
TimeSpan

Encoder

Declaration
public MagickFormat Encoder { get; }
Property Value
Type Description
MagickFormat

EncoderType

Declaration
public EncoderTypes EncoderType { get; set; }
Property Value
Type Description
EncoderTypes

FontSize

Declaration
public byte FontSize { get; set; }
Property Value
Type Description
byte

FontStyle

Declaration
public FontStyleType FontStyle { get; set; }
Property Value
Type Description
FontStyleType

Height

Declaration
public ushort Height { get; set; }
Property Value
Type Description
ushort

MaxLineThickness

Declaration
public float MaxLineThickness { get; set; }
Property Value
Type Description
float

MaxRotationDegrees

Declaration
public byte MaxRotationDegrees { get; set; }
Property Value
Type Description
byte

MinLineThickness

Declaration
public float MinLineThickness { get; set; }
Property Value
Type Description
float

NoiseRate

Declaration
public ushort NoiseRate { get; set; }
Property Value
Type Description
ushort

NoiseRateColor

Declaration
public MagickColor[] NoiseRateColor { get; set; }
Property Value
Type Description
MagickColor[]

Number1MaxValue

Declaration
public int Number1MaxValue { get; set; }
Property Value
Type Description
int

Number1MinValue

Declaration
public int Number1MinValue { get; set; }
Property Value
Type Description
int

Number2MaxValue

Declaration
public int Number2MaxValue { get; set; }
Property Value
Type Description
int

Number2MinValue

Declaration
public int Number2MinValue { get; set; }
Property Value
Type Description
int

TextColor

Declaration
public MagickColor[] TextColor { get; set; }
Property Value
Type Description
MagickColor[]

Width

Declaration
public ushort Width { get; set; }
Property Value
Type Description
ushort

Extension Methods

AbpObjectExtensions.As<T>(object)
AbpObjectExtensions.To<T>(object)
LockExtensions.Locking(object, Action)
LockExtensions.Locking<TResult>(object, Func<TResult>)
AbpObjectExtensions.If<T>(T, bool, Action<T>)
AbpObjectExtensions.If<T>(T, bool, Func<T, T>)
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.IsIn<T>(T, params T[])
AbpQueryableExtensions.OrderByIf<T, TQueryable>(TQueryable, bool, string)
AbpQueryableExtensions.PageBy<T, TQueryable>(TQueryable, int, int)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, int, bool>>)
AbpOpenIddictQueryableExtensions.SkipIf<T, TQueryable>(TQueryable, bool, int?)
AbpOpenIddictQueryableExtensions.TakeIf<T, TQueryable>(TQueryable, bool, int?)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In this article
Back to top Powered by ABP.IO Platform