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