1 write to _hashName
System.Security.Cryptography (1)
System\Security\Cryptography\PasswordDeriveBytes.cs (1)
79
_hashName
= value;
2 references to _hashName
System.Security.Cryptography (2)
System\Security\Cryptography\PasswordDeriveBytes.cs (2)
72
get { return
_hashName
!; }
80
_hash = (HashAlgorithm?)CryptoConfig.CreateFromName(
_hashName
);