C# Class Utility.SafePassword

Afficher le fichier Open project: rabbal/Mvc5

Méthodes publiques

Свойство Type Description
BadPasswords ISet

Méthodes publiques

Méthode Description
AreAllCharsEuqal ( this data ) : bool
HasDigitOrLowerOrUperCase ( this data ) : bool
IsSafePasword ( this data ) : bool

Private Methods

Méthode Description
IsDigit ( this c ) : bool
IsLower ( this c ) : bool
IsUpper ( this c ) : bool

Method Details

AreAllCharsEuqal() public static méthode

public static AreAllCharsEuqal ( this data ) : bool
data this
Résultat bool

HasDigitOrLowerOrUperCase() public static méthode

public static HasDigitOrLowerOrUperCase ( this data ) : bool
data this
Résultat bool

IsSafePasword() public static méthode

public static IsSafePasword ( this data ) : bool
data this
Résultat bool

Property Details

BadPasswords public_oe static_oe property

public static ISet BadPasswords
Résultat ISet