C# Класс Utility.SafePassword

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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