C# 클래스 Utility.SafePassword

파일 보기 프로젝트 열기: rabbal/Mvc5

공개 프로퍼티들

프로퍼티 타입 설명
BadPasswords ISet

공개 메소드들

메소드 설명
AreAllCharsEuqal ( this data ) : bool
HasDigitOrLowerOrUperCase ( this data ) : bool
IsSafePasword ( this data ) : bool

비공개 메소드들

메소드 설명
IsDigit ( this c ) : bool
IsLower ( this c ) : bool
IsUpper ( this c ) : bool

메소드 상세

AreAllCharsEuqal() 공개 정적인 메소드

public static AreAllCharsEuqal ( this data ) : bool
data this
리턴 bool

HasDigitOrLowerOrUperCase() 공개 정적인 메소드

public static HasDigitOrLowerOrUperCase ( this data ) : bool
data this
리턴 bool

IsSafePasword() 공개 정적인 메소드

public static IsSafePasword ( this data ) : bool
data this
리턴 bool

프로퍼티 상세

BadPasswords 공개적으로 정적으로 프로퍼티

public static ISet BadPasswords
리턴 ISet