1 write to _hashHandle
Microsoft.AspNetCore.DataProtection (1)
SP800_108\Win7SP800_108_CTR_HMACSHA512Provider.cs (1)
17
_hashHandle
= CachedAlgorithmHandles.HMAC_SHA512.CreateHmac(pbKdk, cbKdk);
2 references to _hashHandle
Microsoft.AspNetCore.DataProtection (2)
SP800_108\Win7SP800_108_CTR_HMACSHA512Provider.cs (2)
61
using (var hashHandle =
_hashHandle
.DuplicateHash())
77
_hashHandle
.Dispose();