Method | Description | |
---|---|---|
Compute ( byte password, byte salt, int iterations ) : byte[] | ||
Compute ( string password, byte salt, int iterations ) : byte[] | ||
GenerateSalt ( ) : byte[] | ||
Pbkdf2 ( |
Method | Description | |
---|---|---|
PlatformSpecificCompute ( byte password, byte salt, int iterations ) : byte[] |
public Compute ( byte password, byte salt, int iterations ) : byte[] | ||
password | byte | |
salt | byte | |
iterations | int | |
return | byte[] |
public Compute ( string password, byte salt, int iterations ) : byte[] | ||
password | string | |
salt | byte | |
iterations | int | |
return | byte[] |
public Pbkdf2 ( |
||
randomNumberGenerator | ||
return | System |
protected abstract PlatformSpecificCompute ( byte password, byte salt, int iterations ) : byte[] | ||
password | byte | |
salt | byte | |
iterations | int | |
return | byte[] |