C# Класс SecurityDriven.Inferno.Kdf.PBKDF2

Наследование: DeriveBytes
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
PBKDF2 ( Func hmacFactory, byte password, byte salt, int iterations ) : System

ctor

PBKDF2 ( Func hmacFactory, string password, byte salt ) : System

ctor

PBKDF2 ( Func hmacFactory, string password, byte salt, int iterations ) : System

ctor

PBKDF2 ( Func hmacFactory, string password, int saltSize ) : System

ctor

PBKDF2 ( Func hmacFactory, string password, int saltSize, int iterations ) : System

ctor

Описание методов

PBKDF2() публичный Метод

ctor
public PBKDF2 ( Func hmacFactory, byte password, byte salt, int iterations ) : System
hmacFactory Func hmacFactory
password byte password
salt byte salt
iterations int iterations
Результат System

PBKDF2() публичный Метод

ctor
public PBKDF2 ( Func hmacFactory, string password, byte salt ) : System
hmacFactory Func hmacFactory
password string password
salt byte salt
Результат System

PBKDF2() публичный Метод

ctor
public PBKDF2 ( Func hmacFactory, string password, byte salt, int iterations ) : System
hmacFactory Func hmacFactory
password string password
salt byte salt
iterations int iterations
Результат System

PBKDF2() публичный Метод

ctor
public PBKDF2 ( Func hmacFactory, string password, int saltSize ) : System
hmacFactory Func hmacFactory
password string password
saltSize int saltSize
Результат System

PBKDF2() публичный Метод

ctor
public PBKDF2 ( Func hmacFactory, string password, int saltSize, int iterations ) : System
hmacFactory Func hmacFactory
password string password
saltSize int saltSize
iterations int iterations
Результат System