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