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

Private Properties

Свойство Type Description

Méthodes publiques

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

Method Details

PasswordResult() public méthode

public PasswordResult ( string passwordHash ) : System
passwordHash string
Résultat System

PasswordResult() public méthode

public PasswordResult ( string algorithm, int iterations, string salt, string hash ) : System
algorithm string
iterations int
salt string
hash 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