C# Класс MvcInstaller.MinRequiredPasswordLength

Validate the length of the password against the value set in the web.config/system.web/membership section.
Наследование: PropertyRule
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
MinRequiredPasswordLength ( string userName, int valueToValidate, int requiredValue ) : System
Validate ( ) : bool

Описание методов

MinRequiredPasswordLength() публичный Метод

public MinRequiredPasswordLength ( string userName, int valueToValidate, int requiredValue ) : System
userName string
valueToValidate int
requiredValue int
Результат System

Validate() публичный Метод

public Validate ( ) : bool
Результат bool