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)
72get { return _hashName!; } 80_hash = (HashAlgorithm?)CryptoConfig.CreateFromName(_hashName);