9 references to RemoteCertificate
InMemory.FunctionalTests (6)
HttpsConnectionMiddlewareTests.cs (6)
291
Assert.True(stream.
RemoteCertificate
.Equals(_x509Certificate2));
321
Assert.True(stream.
RemoteCertificate
.Equals(_x509Certificate2));
354
Assert.True(stream.
RemoteCertificate
.Equals(_x509Certificate2));
389
Assert.True(stream.
RemoteCertificate
.Equals(_x509Certificate2));
396
Assert.True(stream.
RemoteCertificate
.Equals(_x509Certificate2NoExt));
458
Assert.True(stream.
RemoteCertificate
.Equals(_x509Certificate2));
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\TlsConnectionFeature.cs (1)
36
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)