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)
108
using (var hashHandle =
_hmacAlgorithmHandle
.CreateHmac(pbHmacSubkey, _hmacAlgorithmSubkeyLengthInBytes))
350
using (var hashHandle =
_hmacAlgorithmHandle
.CreateHmac(pbHmacSubkey, _hmacAlgorithmSubkeyLengthInBytes))
563
using (var hashHandle =
_hmacAlgorithmHandle
.CreateHmac(pbHmacSubkey, _hmacAlgorithmSubkeyLengthInBytes))