2 references to _hmacKey
Microsoft.AspNetCore.Cryptography.Internal.Tests (2)
Cng\CachedAlgorithmHandlesTests.cs (2)
174
fixed (byte* pKey =
_hmacKey
)
176
var hashHandle = algorithmHandle.CreateHmac(pKey, (uint)
_hmacKey
.Length);