Click or drag to resize

VGMembershipInstanceMinRequiredNonAlphanumericCharacters Property

Gets the minimum number of special characters that must be present in a valid password.

Namespace:  Novalys.VisualGuard.Security.Membership
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.1.831.19 (2019.1.0831.19)
Syntax
public int MinRequiredNonAlphanumericCharacters { get; }

Property Value

Type: Int32
The minimum number of special characters that must be present in a valid password.
See Also