C# 클래스 MvcInstaller.MinRequiredNonAlphanumericCharacters

Validate the number of non alphanumeric characters to the value set in the web.confg/system.web/membership section.
상속: PropertyRule
파일 보기 프로젝트 열기: kahanu/MvcInstaller 1 사용 예제들

공개 메소드들

메소드 설명
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