C# Class Utility.SafePassword

Datei anzeigen Open project: rabbal/Mvc5

Public Properties

Property Type Description
BadPasswords ISet

Public Methods

Method Description
AreAllCharsEuqal ( this data ) : bool
HasDigitOrLowerOrUperCase ( this data ) : bool
IsSafePasword ( this data ) : bool

Private Methods

Method Description
IsDigit ( this c ) : bool
IsLower ( this c ) : bool
IsUpper ( this c ) : bool

Method Details

AreAllCharsEuqal() public static method

public static AreAllCharsEuqal ( this data ) : bool
data this
return bool

HasDigitOrLowerOrUperCase() public static method

public static HasDigitOrLowerOrUperCase ( this data ) : bool
data this
return bool

IsSafePasword() public static method

public static IsSafePasword ( this data ) : bool
data this
return bool

Property Details

BadPasswords public_oe static_oe property

public static ISet BadPasswords
return ISet