Enum UserPasswordValidationResult

Represents all posible ASP.NET membership password validation results

Namespace: Mediachase.Commerce.Security
Assembly: Mediachase.Commerce.dll
Version: 10.8.0
Syntax
public enum UserPasswordValidationResult

Fields

Name Description
MinRequiredNonAlphanumericCharacters

minimum number of special characters that must be present in a valid

MinRequiredPasswordLength

minimum length required for a password.

PasswordOk

Password is ok

PasswordStrengthRegularExpression

regular expression used to evaluate a password.

Extension Methods