| http://www.w3.org/ns/prov#value | - For example, the following code would require a password of at least seven characters, including one number and one non-alphanumeric character:passwordStrengthRegularExpression=@(?=.{6,})(?=(.*d){1,})(?=(.*W){1,})You can find more about these, along with other SqlmembershipProvider properties, at http://msdn.microsoft.com/en-us/library/system.web.security.sqlmembershipprovider_properties.aspx.
|