C# Class MvcInstaller.MinRequiredPasswordLength

Validate the length of the password against the value set in the web.config/system.web/membership section.
Inheritance: PropertyRule
Afficher le fichier Open project: kahanu/MvcInstaller Class Usage Examples

Méthodes publiques

Méthode Description
MinRequiredPasswordLength ( string userName, int valueToValidate, int requiredValue ) : System
Validate ( ) : bool

Method Details

MinRequiredPasswordLength() public méthode

public MinRequiredPasswordLength ( string userName, int valueToValidate, int requiredValue ) : System
userName string
valueToValidate int
requiredValue int
Résultat System

Validate() public méthode

public Validate ( ) : bool
Résultat bool