C# Class mRemoteNG.Security.KeyDerivation.Pkcs5S2KeyGenerator

Inheritance: IKeyDerivationFunction
Afficher le fichier Open project: mRemoteNG/mRemoteNG Class Usage Examples

Méthodes publiques

Méthode Description
DeriveKey ( string password, byte salt ) : byte[]
Pkcs5S2KeyGenerator ( int keyBitSize = 256, int iterations = 1000 ) : System

Method Details

DeriveKey() public méthode

public DeriveKey ( string password, byte salt ) : byte[]
password string
salt byte
Résultat byte[]

Pkcs5S2KeyGenerator() public méthode

public Pkcs5S2KeyGenerator ( int keyBitSize = 256, int iterations = 1000 ) : System
keyBitSize int
iterations int
Résultat System