1 write to _hmacAlgorithmHandle
Microsoft.AspNetCore.DataProtection (1)
Cng\CbcAuthenticatedEncryptor.cs (1)
51_hmacAlgorithmHandle = hmacAlgorithmHandle;
3 references to _hmacAlgorithmHandle
Microsoft.AspNetCore.DataProtection (3)
Cng\CbcAuthenticatedEncryptor.cs (3)
118using (var hashHandle = _hmacAlgorithmHandle.CreateHmac(pbHmacSubkey, _hmacAlgorithmSubkeyLengthInBytes)) 360using (var hashHandle = _hmacAlgorithmHandle.CreateHmac(pbHmacSubkey, _hmacAlgorithmSubkeyLengthInBytes)) 551using (var hashHandle = _hmacAlgorithmHandle.CreateHmac(pbHmacSubkey, _hmacAlgorithmSubkeyLengthInBytes))