4 references to pSslInfo
Microsoft.AspNetCore.Server.HttpSys (4)
src\Shared\HttpSys\RequestProcessing\NativeRequestContext.cs (4)
156return NativeRequest->pSslInfo == null ? SslStatus.Insecure : 157NativeRequest->pSslInfo->SslClientCertNegotiated == 0 ? SslStatus.NoClientCert : 802if (request.pSslInfo == null) 807var sslInfo = (HTTP_SSL_INFO*)((byte*)request.pSslInfo + fixup);