C# Class Common.Password

Show file Open project: LeagueOfDevelopers/LodCore Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
FromPlainString ( string value ) : Password
GetHashCode ( ) : int
GetHashed ( ) : Password
IsStringCorrectPassword ( string passwordToCheck ) : bool
Password ( ) : Common.System
Password ( string pass ) : Common.System

Protected Methods

Method Description
Equals ( Password other ) : bool

Method Details

Equals() protected method

protected Equals ( Password other ) : bool
other Password
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

FromPlainString() public static method

public static FromPlainString ( string value ) : Password
value string
return Password

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetHashed() public method

public GetHashed ( ) : Password
return Password

IsStringCorrectPassword() public static method

public static IsStringCorrectPassword ( string passwordToCheck ) : bool
passwordToCheck string
return bool

Password() public method

public Password ( ) : Common.System
return Common.System

Password() public method

public Password ( string pass ) : Common.System
pass string
return Common.System