프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |
public static HasDigitOrLowerOrUperCase ( this data ) : bool | ||
data | this | |
리턴 | bool |