C# Class 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().
Afficher le fichier Open project: PerplexInternetmarketing/PerplexMail-for-Umbraco Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

EncryptionResult() public méthode

public EncryptionResult ( string secureString ) : System
secureString string
Résultat System

EncryptionResult() public méthode

public EncryptionResult ( string salt, string cipherText ) : System
salt string
cipherText string
Résultat System

ToString() public méthode

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