C# Class MvcSample.Domain.Entities.Password

Afficher le fichier Open project: AlexanderByndyu/ByndyuSoft.Infrastructure Class Usage Examples

Méthodes publiques

Méthode Description
Check ( string oldPassword ) : bool
Password ( string password ) : System

Private Methods

Méthode Description
HashPassword ( string password, string salt ) : string
MakeSalt ( ) : string
Password ( ) : System

Method Details

Check() public méthode

public Check ( string oldPassword ) : bool
oldPassword string
Résultat bool

Password() public méthode

public Password ( string password ) : System
password string
Résultat System