2 references to UnsafeBufferUtil
Microsoft.AspNetCore.Cryptography.Internal (2)
SafeHandles\SecureLocalAllocHandle.cs (2)
52
UnsafeBufferUtil
.BlockCopy(from: this, to: duplicateHandle, length: _cb);
59
UnsafeBufferUtil
.SecureZeroMemory((byte*)handle, _cb); // compiler won't optimize this away