3 references to CRYPTPROTECTMEMORY_SAME_PROCESS
Microsoft.AspNetCore.DataProtection (3)
MemoryProtection.cs (3)
19
if (!UnsafeNativeMethods.CryptProtectMemory(pBuffer, byteCount,
CRYPTPROTECTMEMORY_SAME_PROCESS
))
27
if (!UnsafeNativeMethods.CryptUnprotectMemory(pBuffer, byteCount,
CRYPTPROTECTMEMORY_SAME_PROCESS
))
35
if (!UnsafeNativeMethods.CryptUnprotectMemory(pBuffer, byteCount,
CRYPTPROTECTMEMORY_SAME_PROCESS
))