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