4 references to SslStatus
Microsoft.AspNetCore.Shared.Tests (4)
src\Shared\HttpSys\RequestProcessing\NativeRequestContext.cs (4)
149internal SslStatus SslStatus 153return NativeRequest->pSslInfo == null ? SslStatus.Insecure : 154NativeRequest->pSslInfo->SslClientCertNegotiated == 0 ? SslStatus.NoClientCert : 155SslStatus.ClientCert;