2 writes to _algorithmName
System.Security.Cryptography (2)
System\Security\Cryptography\IncrementalHash.cs (2)
33_algorithmName = name; 43_algorithmName = new HashAlgorithmName("HMAC" + name.Name);
1 reference to _algorithmName
System.Security.Cryptography (1)
System\Security\Cryptography\IncrementalHash.cs (1)
51public HashAlgorithmName AlgorithmName => _algorithmName;