C# Класс MvcInstaller.MinRequiredNonAlphanumericCharacters

Validate the number of non alphanumeric characters to the value set in the web.confg/system.web/membership section.
Наследование: PropertyRule
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
MinRequiredNonAlphanumericCharacters ( string userName, string passwordToValidate, int numberOfRequiredCharacters ) : System.Collections.Generic
Validate ( ) : bool

Приватные методы

Метод Описание
FindAny ( char charsToSearch, string stringToMatch, int startPos ) : int[]

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

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

public MinRequiredNonAlphanumericCharacters ( string userName, string passwordToValidate, int numberOfRequiredCharacters ) : System.Collections.Generic
userName string
passwordToValidate string
numberOfRequiredCharacters int
Результат System.Collections.Generic

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

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