9 references to RemoteCertificate
InMemory.FunctionalTests (6)
HttpsConnectionMiddlewareTests.cs (6)
295
Assert.True(stream.
RemoteCertificate
.Equals(_x509Certificate2));
325
Assert.True(stream.
RemoteCertificate
.Equals(_x509Certificate2));
358
Assert.True(stream.
RemoteCertificate
.Equals(_x509Certificate2));
393
Assert.True(stream.
RemoteCertificate
.Equals(_x509Certificate2));
400
Assert.True(stream.
RemoteCertificate
.Equals(_x509Certificate2NoExt));
462
Assert.True(stream.
RemoteCertificate
.Equals(_x509Certificate2));
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\TlsConnectionFeature.cs (1)
37
return _clientCert ??= ConvertToX509Certificate2(_sslStream.
RemoteCertificate
);
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\HttpConnectionBase.cs (1)
158
$"LocalCertificate:{sslStream.LocalCertificate}, RemoteCertificate:{sslStream.
RemoteCertificate
}");
System.Net.Security (1)
System\Net\Security\SslStream.cs (1)
696
if (
RemoteCertificate
!= null)