Skip to main content

CaptchaSettings.CharacterSet Property

Gets or sets the set of characters used by Captcha to generate the code displayed on the challenge image.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public string CharacterSet { get; set; }

Property Value

Type Description
String

A String value that specifies the set of characters.

Remarks

Use the CharacterSet property to specify the allowed characters (as a sequence of characters) for generating the code displayed on the Captcha’s challenge image.

See Also