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

Inheritance: Pbkdf2
Show file Open project: bettiolo/PassFruit

Public Methods

Method Description
Net45Pbkdf2 ( ) : System

Protected Methods

Method Description
PlatformSpecificCompute ( byte password, byte salt, int iterations ) : byte[]

Method Details

Net45Pbkdf2() public method

public Net45Pbkdf2 ( ) : System
return System

PlatformSpecificCompute() protected method

protected PlatformSpecificCompute ( byte password, byte salt, int iterations ) : byte[]
password byte
salt byte
iterations int
return byte[]