1 write to _hashName
mscorlib (1)
system\security\cryptography\passwordderivebytes.cs (1)
98_hashName = value;
2 references to _hashName
mscorlib (2)
system\security\cryptography\passwordderivebytes.cs (2)
94get { return _hashName; } 99_hash = (HashAlgorithm) CryptoConfig.CreateFromName(_hashName);