40 while (password ==
null);
44 byte[]
array2 = password.CloneByteArray();
137 return this.
_salt.CloneByteArray();
166 if (this.
_salt !=
null)
170 base.Dispose(num != 0
L);
class f__AnonymousType0<< Count > j__TPar
static byte[] GenerateRandom(int count)
override void Dispose(bool disposing)
Rfc2898DeriveBytes(string password, byte[] salt, int iterations, HashAlgorithmName hashAlgorithm)
Rfc2898DeriveBytes(string password, int saltSize, int iterations)
readonly HashAlgorithmName< HashAlgorithm > k__BackingField
Rfc2898DeriveBytes(byte[] password, byte[] salt, int iterations)
override void Dispose(bool disposing)
Rfc2898DeriveBytes(byte[] password, byte[] salt, int iterations, HashAlgorithmName hashAlgorithm)
Rfc2898DeriveBytes(string password, int saltSize, int iterations, HashAlgorithmName hashAlgorithm)
const int MinimumSaltSize
byte[] CryptDeriveKey(string algname, string alghashname, int keySize, byte[] rgbIV)
override byte[] GetBytes(int cb)
Rfc2898DeriveBytes(string password, byte[] salt)
readonly byte[] _password
Rfc2898DeriveBytes(string password, byte[] salt, int iterations)
Rfc2898DeriveBytes(string password, int saltSize)
static HashAlgorithmName SHA1