2 writes to _remoteCertificate
System.Net.Security (2)
System\Net\Security\SslStream.Protocol.cs (2)
143_remoteCertificate = null; 1213_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)
621else if (_remoteCertificate is null)
System\Net\Security\SslStream.Protocol.cs (5)
98return _remoteCertificate != null; 142_remoteCertificate?.Dispose(); 1143if (_remoteCertificate != null && 1145certificate.RawDataMemory.Span.SequenceEqual(_remoteCertificate.RawDataMemory.Span)) 1241NetEventSource.Info(this, $"Cert validation, remote cert = {_remoteCertificate}");