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)
94
get { return
_hashName
; }
99
_hash = (HashAlgorithm) CryptoConfig.CreateFromName(
_hashName
);