1 write to _hmacAlgorithmHandle
Microsoft.AspNetCore.DataProtection (1)
Cng\CbcAuthenticatedEncryptor.cs (1)
47
_hmacAlgorithmHandle
= hmacAlgorithmHandle;
3 references to _hmacAlgorithmHandle
Microsoft.AspNetCore.DataProtection (3)
Cng\CbcAuthenticatedEncryptor.cs (3)
126
using (var hashHandle =
_hmacAlgorithmHandle
.CreateHmac(pbHmacSubkey, _hmacAlgorithmSubkeyLengthInBytes))
184
using (var hashHandle =
_hmacAlgorithmHandle
.CreateHmac(pbHmacSubkey, _hmacAlgorithmSubkeyLengthInBytes))
368
using (var hashHandle =
_hmacAlgorithmHandle
.CreateHmac(pbHmacSubkey, _hmacAlgorithmSubkeyLengthInBytes))