4 writes to _remoteCertificate
System.Net.Security (4)
System\Net\Security\TlsSession.cs (4)
385ref _remoteCertificate, 469_remoteCertificate = _externalPendingCert; 514_remoteCertificate = null; 519_remoteCertificate = null;
6 references to _remoteCertificate
System.Net.Security (6)
System\Net\Security\TlsSession.cs (6)
302if (_remoteCertificate is not null) 304return _remoteCertificate; 467if (_remoteCertificate is null) 512if (_remoteCertificate is not null && ReferenceEquals(_remoteCertificate, _externalPendingCert)) 518_remoteCertificate?.Dispose();