2 writes to _remoteCertificate
System.Net.Security (2)
System\Net\Security\SslStream.Protocol.cs (2)
143_remoteCertificate = null; 1242_remoteCertificate = certificate;
7 references to _remoteCertificate
System.Net.Security (7)
System\Net\Security\SslStream.cs (1)
564return _remoteCertificate;
System\Net\Security\SslStream.IO.cs (1)
629else if (_remoteCertificate is null)
System\Net\Security\SslStream.Protocol.cs (5)
98return _remoteCertificate != null; 142_remoteCertificate?.Dispose(); 1172if (_remoteCertificate != null && 1174certificate.RawDataMemory.Span.SequenceEqual(_remoteCertificate.RawDataMemory.Span)) 1270NetEventSource.Info(this, $"Cert validation, remote cert = {_remoteCertificate}");