C# Класс PerplexMail.PasswordResult

The results of the password generation operation. Consult the properties to read each part of the encrypted string. To combine the EncryptionResult object into a single hash string, simply call .ToString().
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

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

Метод Описание
PasswordResult ( string passwordHash ) : System

PasswordResult ( string algorithm, int iterations, string salt, string hash ) : System

ToString ( ) : string

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

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

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

public PasswordResult ( string passwordHash ) : System
passwordHash string
Результат System

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

public PasswordResult ( string algorithm, int iterations, string salt, string hash ) : System
algorithm string
iterations int
salt string
hash string
Результат System

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

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