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