C# Class Mvc4Sample.Domain.Entities.Password

Mostra file Open project: AlexanderByndyu/ByndyuSoft.Infrastructure Class Usage Examples

Public Methods

Method Description
Check ( string oldPassword ) : bool
Password ( string password ) : System
Password ( string hash, string salt ) : System

Private Methods

Method Description
HashPassword ( string password, string salt ) : string
MakeSalt ( ) : string
Password ( ) : System

Method Details

Check() public method

public Check ( string oldPassword ) : bool
oldPassword string
return bool

Password() public method

public Password ( string password ) : System
password string
return System

Password() public method

public Password ( string hash, string salt ) : System
hash string
salt string
return System