2 references to SslClientCertNegotiated
Microsoft.AspNetCore.Server.HttpSys (2)
src\Shared\HttpSys\RequestProcessing\NativeRequestContext.cs (2)
157NativeRequest->pSslInfo->SslClientCertNegotiated == 0 ? SslStatus.NoClientCert : 808if (sslInfo->SslClientCertNegotiated == 0 || sslInfo->pClientCertInfo == null)