8 references to HTTP_SSL_CLIENT_CERT_INFO
Microsoft.AspNetCore.Server.HttpSys (8)
LibraryImports.g.cs (2)
55
internal static unsafe partial uint HttpReceiveClientCertificate(global::System.Runtime.InteropServices.SafeHandle requestQueueHandle, ulong connectionId, uint flags, Windows.Win32.Networking.HttpServer.
HTTP_SSL_CLIENT_CERT_INFO
* pSslClientCertInfo, uint sslClientCertInfoSize, uint* pBytesReceived, global::Microsoft.AspNetCore.Server.HttpSys.SafeNativeOverlapped pOverlapped)
89
static extern unsafe uint __PInvoke(nint __requestQueueHandle_native, ulong __connectionId_native, uint __flags_native, Windows.Win32.Networking.HttpServer.
HTTP_SSL_CLIENT_CERT_INFO
* __pSslClientCertInfo_native, uint __sslClientCertInfoSize_native, uint* __pBytesReceived_native, nint __pOverlapped_native);
NativeInterop\HttpApi.cs (1)
20
internal static unsafe partial uint HttpReceiveClientCertificate(SafeHandle requestQueueHandle, ulong connectionId, uint flags, Windows.Win32.Networking.HttpServer.
HTTP_SSL_CLIENT_CERT_INFO
* pSslClientCertInfo, uint sslClientCertInfoSize, uint* pBytesReceived, SafeNativeOverlapped pOverlapped);
RequestProcessing\ClientCertLoader.cs (3)
23
private
HTTP_SSL_CLIENT_CERT_INFO
* _memoryBlob;
100
private
HTTP_SSL_CLIENT_CERT_INFO
* RequestBlob
130
_memoryBlob = (
HTTP_SSL_CLIENT_CERT_INFO
*)Marshal.UnsafeAddrOfPinnedArrayElement(_backingBuffer, 0);
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;