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)
71switch (_hashAlgorithmId) 101throw new CryptographicException(SR.Format(SR.Cryptography_UnknownHashAlgorithm, _hashAlgorithmId)); 108_hMacProvider = HashProviderDispenser.CreateMacProvider(_hashAlgorithmId, key); 141return new HMACCommon(_hashAlgorithmId, _hMacProvider.Clone(), _blockSize, ActualKey);