London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Enum UserPasswordValidationResult

Represents all posible ASP.NET membership password validation results

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