2 references to SecureZeroMemory
Microsoft.AspNetCore.Cryptography.Internal (1)
SafeHandles\SecureLocalAllocHandle.cs (1)
59
UnsafeBufferUtil.
SecureZeroMemory
((byte*)handle, _cb); // compiler won't optimize this away
Microsoft.AspNetCore.Cryptography.Internal.Tests (1)
UnsafeBufferUtilTests.cs (1)
149
UnsafeBufferUtil.
SecureZeroMemory
((byte*)&x, length: (IntPtr)sizeof(long));