4 references to RemoteCertificate
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\TlsConnectionFeature.cs (2)
77_clientCert ??= ConvertToX509Certificate2(_sslStream.RemoteCertificate); 92return _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)
700if (RemoteCertificate != null)