C# Class FileFind.Meshwork.Security.Validator

Afficher le fichier Open project: codebutler/meshwork

Méthodes publiques

Méthode Description
HasLowercaseLetter ( string Text ) : bool
HasNumber ( string Text ) : bool
HasPunctuation ( string Text ) : bool
HasUppercaseLetter ( string Text ) : bool
IsPassSecure ( string Password ) : bool
ValidName ( string Name ) : bool
ValidNickname ( string Name ) : bool

Private Methods

Méthode Description
CheckForXmlChars ( string Str ) : bool
StringIsEmpty ( string str ) : bool

Method Details

HasLowercaseLetter() public static méthode

public static HasLowercaseLetter ( string Text ) : bool
Text string
Résultat bool

HasNumber() public static méthode

public static HasNumber ( string Text ) : bool
Text string
Résultat bool

HasPunctuation() public static méthode

public static HasPunctuation ( string Text ) : bool
Text string
Résultat bool

HasUppercaseLetter() public static méthode

public static HasUppercaseLetter ( string Text ) : bool
Text string
Résultat bool

IsPassSecure() public static méthode

public static IsPassSecure ( string Password ) : bool
Password string
Résultat bool

ValidName() public static méthode

public static ValidName ( string Name ) : bool
Name string
Résultat bool

ValidNickname() public static méthode

public static ValidNickname ( string Name ) : bool
Name string
Résultat bool