C# Class PerplexMail.HashResult

The results of the hashing operation. Consult the properties to read each part of the hash string. To combine the HashResult object into a single hash string, simply call .ToString().
Show file Open project: PerplexInternetmarketing/PerplexMail-for-Umbraco

Public Methods

Method Description
ToString ( ) : string

Generates a single hash string that contains the method and the salt to generate the hash.

Private Methods

Method Description
HashResult ( string algorithm, string salt, string hash ) : System

Method Details

ToString() public method

Generates a single hash string that contains the method and the salt to generate the hash.
public ToString ( ) : string
return string