C# Class Chaos.Portal.Authentication.Domain.PasswordHelper

Mostra file Open project: CHAOS-Community/CHAOS.Portal.Authentication

Public Methods

Method Description
GenerateHash ( string password, string salt ) : string
PasswordHelper ( PasswordSettings settings ) : System

Private Methods

Method Description
Hash ( string password, string salt ) : byte[]

Method Details

GenerateHash() public method

public GenerateHash ( string password, string salt ) : string
password string
salt string
return string

PasswordHelper() public method

public PasswordHelper ( PasswordSettings settings ) : System
settings PasswordSettings
return System