6 references to MemoryProtectionScope
System.Security (6)
system\security\cryptography\dataprotection.cs (6)
180MemoryProtectionScope scope) { 211MemoryProtectionScope scope) { 240private static void VerifyScope (MemoryProtectionScope scope) { 241if ((scope != MemoryProtectionScope.SameProcess) && (scope != MemoryProtectionScope.CrossProcess) && 242(scope != MemoryProtectionScope.SameLogon))