2 writes to _remoteCertificate
System.Net.Security (2)
System\Net\Security\SslStream.Protocol.cs (2)
142_remoteCertificate = null; 1142_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)
628else if (_remoteCertificate is null)
System\Net\Security\SslStream.Protocol.cs (5)
97return _remoteCertificate != null; 141_remoteCertificate?.Dispose(); 1072if (_remoteCertificate != null && 1074certificate.RawDataMemory.Span.SequenceEqual(_remoteCertificate.RawDataMemory.Span)) 1170NetEventSource.Info(this, $"Cert validation, remote cert = {_remoteCertificate}");