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)
51
public HashAlgorithmName AlgorithmName =>
_algorithmName
;
285
new IncrementalHash(
_algorithmName
, _hash.Clone()) :
286
new IncrementalHash(
_algorithmName
, _hmac!.Clone());