C# Класс PerplexMail.EncryptionResult

The results of the encryption 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().
Показать файл Открыть проект Примеры использования класса

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

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

EncryptionResult ( string salt, string cipherText ) : System

ToString ( ) : string

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

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

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

public EncryptionResult ( string secureString ) : System
secureString string
Результат System

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

public EncryptionResult ( string salt, string cipherText ) : System
salt string
cipherText string
Результат System

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

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