4 writes to _remoteCertificate
System.Net.Security (4)
System\Net\Security\TlsSession.cs (4)
364
ref
_remoteCertificate
,
448
_remoteCertificate
= _externalPendingCert;
489
_remoteCertificate
= null;
494
_remoteCertificate
= null;
6 references to _remoteCertificate
System.Net.Security (6)
System\Net\Security\TlsSession.cs (6)
288
if (
_remoteCertificate
is not null)
290
return
_remoteCertificate
;
446
if (
_remoteCertificate
is null)
487
if (
_remoteCertificate
is not null && ReferenceEquals(
_remoteCertificate
, _externalPendingCert))
493
_remoteCertificate
?.Dispose();