1 instantiation of SECURITY_ATTRIBUTES
Microsoft.AspNetCore.Server.HttpSys (1)
NativeInterop\RequestQueue.cs (1)
63securityAttributes = new SECURITY_ATTRIBUTES
7 references to SECURITY_ATTRIBUTES
Microsoft.AspNetCore.Server.HttpSys (7)
NativeInterop\RequestQueue.cs (2)
37SECURITY_ATTRIBUTES? securityAttributes = null; 65nLength = (uint)Marshal.SizeOf<SECURITY_ATTRIBUTES>(),
Windows.Win32.PInvoke.HTTPAPI.dll.g.cs (5)
156 /// <inheritdoc cref="HttpCreateRequestQueue(winmdroot.Networking.HttpServer.HTTPAPI_VERSION, winmdroot.Foundation.PCWSTR, winmdroot.Security.SECURITY_ATTRIBUTES*, uint, winmdroot.Foundation.HANDLE*)"/> 158 internal static unsafe uint HttpCreateRequestQueue(winmdroot.Networking.HttpServer.HTTPAPI_VERSION Version, string Name, winmdroot.Security.SECURITY_ATTRIBUTES? SecurityAttributes, uint Flags, out Microsoft.Win32.SafeHandles.SafeFileHandle RequestQueueHandle) 162 winmdroot.Security.SECURITY_ATTRIBUTES SecurityAttributesLocal = SecurityAttributes ?? default(winmdroot.Security.SECURITY_ATTRIBUTES); 200 internal static extern unsafe uint HttpCreateRequestQueue(winmdroot.Networking.HttpServer.HTTPAPI_VERSION Version, winmdroot.Foundation.PCWSTR Name, [Optional] winmdroot.Security.SECURITY_ATTRIBUTES* SecurityAttributes, uint Flags, winmdroot.Foundation.HANDLE* RequestQueueHandle);