SaaS CMS has officially launched! Learn more now.

Enum UserPasswordValidationResult

Represents all posible ASP.NET membership password validation results

Namespace: Mediachase.Commerce.Security
Assembly: Mediachase.Commerce.dll
Version: 11.8.3
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