2 instantiations of SafeLocalMemHandle
System (2)
compmod\microsoft\win32\NativeMethods.cs (1)
161
public SafeLocalMemHandle lpSecurityDescriptor = new
SafeLocalMemHandle
(IntPtr.Zero, false);
sys\system\threading\semaphore.cs (1)
130
secAttrs.lpSecurityDescriptor = new
SafeLocalMemHandle
((IntPtr) pSecDescriptor, false);
11 references to SafeLocalMemHandle
System (11)
compmod\microsoft\win32\NativeMethods.cs (4)
161
public
SafeLocalMemHandle
lpSecurityDescriptor = new SafeLocalMemHandle(IntPtr.Zero, false);
223
SafeLocalMemHandle
pDacl,
229
SafeLocalMemHandle
pDacl)
239
internal static void CreateDirectory(string path,
SafeLocalMemHandle
acl)
compmod\microsoft\win32\safehandles\SafeLocalMemHandle.cs (1)
43
internal static extern unsafe bool ConvertStringSecurityDescriptorToSecurityDescriptor(string StringSecurityDescriptor, int StringSDRevision, out
SafeLocalMemHandle
pSecurityDescriptor, IntPtr SecurityDescriptorSize);
compmod\system\codedom\compiler\TempFiles.cs (4)
363
SafeLocalMemHandle
acl = null;
364
SafeLocalMemHandle
.ConvertStringSecurityDescriptorToSecurityDescriptor(sddl, NativeMethods.SDDL_REVISION_1, out acl, IntPtr.Zero);
374
SafeLocalMemHandle
acl = null;
375
SafeLocalMemHandle
.ConvertStringSecurityDescriptorToSecurityDescriptor(sddl, NativeMethods.SDDL_REVISION_1, out acl, IntPtr.Zero);
services\monitoring\system\diagnosticts\SharedPerformanceCounter.cs (2)
1551
SafeLocalMemHandle
securityDescriptorPointer = null;
1563
if (!
SafeLocalMemHandle
.ConvertStringSecurityDescriptorToSecurityDescriptor(sddlString, NativeMethods.SDDL_REVISION_1,