C# Class Common.Password

Afficher le fichier Open project: LeagueOfDevelopers/LodCore Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Equals ( Password other ) : bool

Method Details

Equals() protected méthode

protected Equals ( Password other ) : bool
other Password
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

FromPlainString() public static méthode

public static FromPlainString ( string value ) : Password
value string
Résultat Password

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetHashed() public méthode

public GetHashed ( ) : Password
Résultat Password

IsStringCorrectPassword() public static méthode

public static IsStringCorrectPassword ( string passwordToCheck ) : bool
passwordToCheck string
Résultat bool

Password() public méthode

public Password ( ) : Common.System
Résultat Common.System

Password() public méthode

public Password ( string pass ) : Common.System
pass string
Résultat Common.System