2 references to SecureZeroMemory
Microsoft.AspNetCore.Cryptography.Internal (1)
UnsafeBufferUtil.cs (1)
193SecureZeroMemory(buffer, (ulong)length.ToInt64());
Microsoft.AspNetCore.Cryptography.Internal.Tests (1)
UnsafeBufferUtilTests.cs (1)
136UnsafeBufferUtil.SecureZeroMemory((byte*)&x, byteCount: (ulong)sizeof(long));