|
| PasswordDeriveBytes (string strPassword, byte[] rgbSalt) |
|
| PasswordDeriveBytes (byte[] password, byte[] salt) |
|
| PasswordDeriveBytes (string strPassword, byte[] rgbSalt, string strHashName, int iterations) |
|
| PasswordDeriveBytes (byte[] password, byte[] salt, string hashName, int iterations) |
|
| PasswordDeriveBytes (string strPassword, byte[] rgbSalt, CspParameters cspParams) |
|
| PasswordDeriveBytes (byte[] password, byte[] salt, CspParameters cspParams) |
|
| PasswordDeriveBytes (string strPassword, byte[] rgbSalt, string strHashName, int iterations, CspParameters cspParams) |
|
| PasswordDeriveBytes (byte[] password, byte[] salt, string hashName, int iterations, CspParameters cspParams) |
|
override byte[] | GetBytes (int cb) |
|
override void | Reset () |
|
byte[] | CryptDeriveKey (string algname, string alghashname, int keySize, byte[] rgbIV) |
|
void | Dispose () |
|
Definition at line 13 of file PasswordDeriveBytes.cs.
The documentation for this class was generated from the following file: