C# Class TokenAuthentication.Services.CryptoServiceExtensions

Show file Open project: bytefish/NancyOwinExample

Public Methods

Method Description
ComputeHash ( this cryptoService, string data, string salt ) : string
CreateHash ( this cryptoService, string data, string &hash, string &salt ) : void

Method Details

ComputeHash() public static method

public static ComputeHash ( this cryptoService, string data, string salt ) : string
cryptoService this
data string
salt string
return string

CreateHash() public static method

public static CreateHash ( this cryptoService, string data, string &hash, string &salt ) : void
cryptoService this
data string
hash string
salt string
return void