C# 클래스 FileFind.Meshwork.Security.Validator

파일 보기 프로젝트 열기: codebutler/meshwork

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
CheckForXmlChars ( string Str ) : bool
StringIsEmpty ( string str ) : bool

메소드 상세

HasLowercaseLetter() 공개 정적인 메소드

public static HasLowercaseLetter ( string Text ) : bool
Text string
리턴 bool

HasNumber() 공개 정적인 메소드

public static HasNumber ( string Text ) : bool
Text string
리턴 bool

HasPunctuation() 공개 정적인 메소드

public static HasPunctuation ( string Text ) : bool
Text string
리턴 bool

HasUppercaseLetter() 공개 정적인 메소드

public static HasUppercaseLetter ( string Text ) : bool
Text string
리턴 bool

IsPassSecure() 공개 정적인 메소드

public static IsPassSecure ( string Password ) : bool
Password string
리턴 bool

ValidName() 공개 정적인 메소드

public static ValidName ( string Name ) : bool
Name string
리턴 bool

ValidNickname() 공개 정적인 메소드

public static ValidNickname ( string Name ) : bool
Name string
리턴 bool