A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Enum UserPasswordValidationResult

Represents all posible ASP.NET membership password validation results

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