C# Class Rainy.WebService.Admin.Helper

显示文件 Open project: Dynalon/Rainy

Public Methods

Method Description
IsOnlySafeChars ( this string_sequence ) : bool
IsSafeAsPassword ( this password ) : bool
PasswordScore ( this password ) : int

Method Details

IsOnlySafeChars() public static method

public static IsOnlySafeChars ( this string_sequence ) : bool
string_sequence this
return bool

IsSafeAsPassword() public static method

public static IsSafeAsPassword ( this password ) : bool
password this
return bool

PasswordScore() public static method

public static PasswordScore ( this password ) : int
password this
return int