Property | Type | Description | |
---|---|---|---|
BadPasswords | ISet |
Method | Description | |
---|---|---|
AreAllCharsEuqal ( this data ) : bool | ||
HasDigitOrLowerOrUperCase ( this data ) : bool | ||
IsSafePasword ( this data ) : bool |
Method | Description | |
---|---|---|
IsDigit ( this c ) : bool | ||
IsLower ( this c ) : bool | ||
IsUpper ( this c ) : bool |
public static AreAllCharsEuqal ( this data ) : bool | ||
data | this | |
return | bool |
public static HasDigitOrLowerOrUperCase ( this data ) : bool | ||
data | this | |
return | bool |
public static IsSafePasword ( this data ) : bool | ||
data | this | |
return | bool |