2 writes to _algorithmName
System.Security.Cryptography (2)
System\Security\Cryptography\IncrementalHash.cs (2)
33_algorithmName = name; 43_algorithmName = new HashAlgorithmName("HMAC" + name.Name);
3 references to _algorithmName
System.Security.Cryptography (3)
System\Security\Cryptography\IncrementalHash.cs (3)
51public HashAlgorithmName AlgorithmName => _algorithmName; 285new IncrementalHash(_algorithmName, _hash.Clone()) : 286new IncrementalHash(_algorithmName, _hmac!.Clone());