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)
61using (var hashHandle = _hashHandle.DuplicateHash()) 77_hashHandle.Dispose();