4 references to RemoteCertificate
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\TlsConnectionFeature.cs (2)
77
_clientCert ??= ConvertToX509Certificate2(_sslStream.
RemoteCertificate
);
92
return _clientCert ??= ConvertToX509Certificate2(_sslStream.
RemoteCertificate
);
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\HttpConnectionBase.cs (1)
162
$"LocalCertificate:{sslStream.LocalCertificate}, RemoteCertificate:{sslStream.
RemoteCertificate
}");
System.Net.Security (1)
System\Net\Security\SslStream.cs (1)
700
if (
RemoteCertificate
!= null)