C# 클래스 MvcInstaller.MinRequiredPasswordLength

Validate the length of the password against the value set in the web.config/system.web/membership section.
상속: PropertyRule
파일 보기 프로젝트 열기: kahanu/MvcInstaller 1 사용 예제들

공개 메소드들

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