107 if (this.
_salt ==
null || obj ==
null ||
obj !=
null)
117 if (
value !=
null && obj !=
null)
136 [
Obsolete(
"Rfc2898DeriveBytes replaces PasswordDeriveBytes for deriving key material from a password and is preferred in new applications.")]
185 if (this.
_salt !=
null)
class f__AnonymousType0<< Count > j__TPar
static object CreateFromName(string name)
PasswordDeriveBytes(string strPassword, byte[] rgbSalt, string strHashName, int iterations, CspParameters cspParams)
byte[] ComputeBytes(int cb)
PasswordDeriveBytes(string strPassword, byte[] rgbSalt, CspParameters cspParams)
PasswordDeriveBytes(byte[] password, byte[] salt, string hashName, int iterations, CspParameters cspParams)
override byte[] GetBytes(int cb)
byte[] CryptDeriveKey(string algname, string alghashname, int keySize, byte[] rgbIV)
byte[] ComputeBaseValue()
PasswordDeriveBytes(string strPassword, byte[] rgbSalt, string strHashName, int iterations)
PasswordDeriveBytes(string strPassword, byte[] rgbSalt)
PasswordDeriveBytes(byte[] password, byte[] salt, CspParameters cspParams)
override void Dispose(bool disposing)
PasswordDeriveBytes(byte[] password, byte[] salt)
PasswordDeriveBytes(byte[] password, byte[] salt, string hashName, int iterations)
void HashPrefix(CryptoStream cs)