15 references to HTTP_SSL_CLIENT_CERT_INFO
Microsoft.AspNetCore.Shared.Tests (15)
src\Shared\HttpSys\RequestProcessing\NativeRequestContext.cs (1)
813
var clientCertInfo = (
HTTP_SSL_CLIENT_CERT_INFO
*)((byte*)sslInfo->pClientCertInfo + fixup);
Windows.Win32.HTTP_SSL_INFO.g.cs (1)
52
internal unsafe winmdroot.Networking.HttpServer.
HTTP_SSL_CLIENT_CERT_INFO
* pClientCertInfo;
Windows.Win32.PInvoke.HTTPAPI.dll.g.cs (13)
485
/// <inheritdoc cref="HttpReceiveClientCertificate(winmdroot.Foundation.HANDLE, ulong, uint, winmdroot.Networking.HttpServer.
HTTP_SSL_CLIENT_CERT_INFO
*, uint, uint*, global::System.Threading.NativeOverlapped*)"/>
504
uint __result = PInvoke.HttpReceiveClientCertificate(RequestQueueHandleLocal, ConnectionId, Flags, (winmdroot.Networking.HttpServer.
HTTP_SSL_CLIENT_CERT_INFO
* )SslClientCertInfoLocal, (uint )SslClientCertInfo.Length, BytesReceivedLocal, Overlapped);
516
/// <inheritdoc cref="HttpReceiveClientCertificate(winmdroot.Foundation.HANDLE, ulong, uint, winmdroot.Networking.HttpServer.
HTTP_SSL_CLIENT_CERT_INFO
*, uint, uint*, global::System.Threading.NativeOverlapped*)"/>
518
internal static unsafe uint HttpReceiveClientCertificate(SafeHandle RequestQueueHandle, ulong ConnectionId, uint Flags, out winmdroot.Networking.HttpServer.
HTTP_SSL_CLIENT_CERT_INFO
SslClientCertInfo, out uint BytesReceived, [Optional] global::System.Threading.NativeOverlapped* Overlapped)
520
SslClientCertInfo = default(winmdroot.Networking.HttpServer.
HTTP_SSL_CLIENT_CERT_INFO
);
521
return HttpReceiveClientCertificate(RequestQueueHandle, ConnectionId, Flags, global::System.Runtime.InteropServices.MemoryMarshal.AsBytes(new Span<winmdroot.Networking.HttpServer.
HTTP_SSL_CLIENT_CERT_INFO
>(ref SslClientCertInfo)), out BytesReceived, Overlapped);
524
/// <inheritdoc cref="HttpReceiveClientCertificate(winmdroot.Foundation.HANDLE, ulong, uint, winmdroot.Networking.HttpServer.
HTTP_SSL_CLIENT_CERT_INFO
*, uint, uint*, global::System.Threading.NativeOverlapped*)"/>
541
uint __result = PInvoke.HttpReceiveClientCertificate(RequestQueueHandleLocal, ConnectionId, Flags, (winmdroot.Networking.HttpServer.
HTTP_SSL_CLIENT_CERT_INFO
* )SslClientCertInfoLocal, (uint )SslClientCertInfo.Length, default(uint* ), Overlapped);
552
/// <inheritdoc cref="HttpReceiveClientCertificate(winmdroot.Foundation.HANDLE, ulong, uint, winmdroot.Networking.HttpServer.
HTTP_SSL_CLIENT_CERT_INFO
*, uint, uint*, global::System.Threading.NativeOverlapped*)"/>
554
internal static unsafe uint HttpReceiveClientCertificate(SafeHandle RequestQueueHandle, ulong ConnectionId, uint Flags, out winmdroot.Networking.HttpServer.
HTTP_SSL_CLIENT_CERT_INFO
SslClientCertInfo, [Optional] global::System.Threading.NativeOverlapped* Overlapped)
556
SslClientCertInfo = default(winmdroot.Networking.HttpServer.
HTTP_SSL_CLIENT_CERT_INFO
);
557
return HttpReceiveClientCertificate(RequestQueueHandle, ConnectionId, Flags, global::System.Runtime.InteropServices.MemoryMarshal.AsBytes(new Span<winmdroot.Networking.HttpServer.
HTTP_SSL_CLIENT_CERT_INFO
>(ref SslClientCertInfo)), Overlapped);
599
internal static extern unsafe uint HttpReceiveClientCertificate(winmdroot.Foundation.HANDLE RequestQueueHandle, ulong ConnectionId, uint Flags, winmdroot.Networking.HttpServer.
HTTP_SSL_CLIENT_CERT_INFO
* SslClientCertInfo, uint SslClientCertInfoSize, [Optional] uint* BytesReceived, [Optional] global::System.Threading.NativeOverlapped* Overlapped);