9 references to RemoteCertificate
InMemory.FunctionalTests (6)
HttpsConnectionMiddlewareTests.cs (6)
291Assert.True(stream.RemoteCertificate.Equals(_x509Certificate2)); 321Assert.True(stream.RemoteCertificate.Equals(_x509Certificate2)); 354Assert.True(stream.RemoteCertificate.Equals(_x509Certificate2)); 389Assert.True(stream.RemoteCertificate.Equals(_x509Certificate2)); 396Assert.True(stream.RemoteCertificate.Equals(_x509Certificate2NoExt)); 458Assert.True(stream.RemoteCertificate.Equals(_x509Certificate2));
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\TlsConnectionFeature.cs (1)
36return _clientCert ??= ConvertToX509Certificate2(_sslStream.RemoteCertificate);
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\HttpConnectionBase.cs (1)
139$"LocalCertificate:{sslStream.LocalCertificate}, RemoteCertificate:{sslStream.RemoteCertificate}");
System.Net.Security (1)
System\Net\Security\SslStream.cs (1)
688if (RemoteCertificate != null)