2 writes to _hashAlgorithmId
System.Security.Cryptography (2)
System\Security\Cryptography\HMACCommon.cs (2)
33
_hashAlgorithmId
= hashAlgorithmId;
47
_hashAlgorithmId
= hashAlgorithmId;
4 references to _hashAlgorithmId
System.Security.Cryptography (4)
System\Security\Cryptography\HMACCommon.cs (4)
71
switch (
_hashAlgorithmId
)
101
throw new CryptographicException(SR.Format(SR.Cryptography_UnknownHashAlgorithm,
_hashAlgorithmId
));
108
_hMacProvider = HashProviderDispenser.CreateMacProvider(
_hashAlgorithmId
, key);
141
return new HMACCommon(
_hashAlgorithmId
, _hMacProvider.Clone(), _blockSize, ActualKey);