C# Класс 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().
Показать файл Открыть проект

Открытые методы

Метод Описание
ToString ( ) : string

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

Приватные методы

Метод Описание
HashResult ( string algorithm, string salt, string hash ) : System

Описание методов

ToString() публичный Метод

Generates a single hash string that contains the method and the salt to generate the hash.
public ToString ( ) : string
Результат string