C# Class Zetetic.Security.Pbkdf2Hash

Inheritance: System.Security.Cryptography.KeyedHashAlgorithm
Afficher le fichier Open project: skradel/Zetetic.Security

Méthodes publiques

Méthode Description
Initialize ( ) : void
Pbkdf2Hash ( ) : System

Méthodes protégées

Méthode Description
HashCore ( byte array, int ibStart, int cbSize ) : void
HashFinal ( ) : byte[]

Method Details

HashCore() protected méthode

protected HashCore ( byte array, int ibStart, int cbSize ) : void
array byte
ibStart int
cbSize int
Résultat void

HashFinal() protected méthode

protected HashFinal ( ) : byte[]
Résultat byte[]

Initialize() public méthode

public Initialize ( ) : void
Résultat void

Pbkdf2Hash() public méthode

public Pbkdf2Hash ( ) : System
Résultat System