Click or drag to resize
GnomonMembershipProviderMinRequiredNonAlphanumericCharacters Property
Gets the minimum number of special characters that must be present in a valid password.

Namespace: RMP.Web
Assembly: RMP.Web (in RMP.Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public override int MinRequiredNonAlphanumericCharacters { get; }

Property Value

Type: Int32
The minimum required non alphanumeric characters.
See Also