C# Class PassFruit.Security.Cryptography.Net45.Net45Pbkdf2

Inheritance: Pbkdf2
Afficher le fichier Open project: bettiolo/PassFruit

Méthodes publiques

Méthode Description
Net45Pbkdf2 ( ) : System

Méthodes protégées

Méthode Description
PlatformSpecificCompute ( byte password, byte salt, int iterations ) : byte[]

Method Details

Net45Pbkdf2() public méthode

public Net45Pbkdf2 ( ) : System
Résultat System

PlatformSpecificCompute() protected méthode

protected PlatformSpecificCompute ( byte password, byte salt, int iterations ) : byte[]
password byte
salt byte
iterations int
Résultat byte[]