C# 클래스 Rainy.WebService.Admin.Helper

파일 보기 프로젝트 열기: Dynalon/Rainy

공개 메소드들

메소드 설명
IsOnlySafeChars ( this string_sequence ) : bool
IsSafeAsPassword ( this password ) : bool
PasswordScore ( this password ) : int

메소드 상세

IsOnlySafeChars() 공개 정적인 메소드

public static IsOnlySafeChars ( this string_sequence ) : bool
string_sequence this
리턴 bool

IsSafeAsPassword() 공개 정적인 메소드

public static IsSafeAsPassword ( this password ) : bool
password this
리턴 bool

PasswordScore() 공개 정적인 메소드

public static PasswordScore ( this password ) : int
password this
리턴 int