4 writes to _remoteCertificate
System.Net.Security (4)
System\Net\Security\TlsSession.cs (4)
358
ref
_remoteCertificate
,
442
_remoteCertificate
= _externalPendingCert;
483
_remoteCertificate
= null;
488
_remoteCertificate
= null;
6 references to _remoteCertificate
System.Net.Security (6)
System\Net\Security\TlsSession.cs (6)
282
if (
_remoteCertificate
is not null)
284
return
_remoteCertificate
;
440
if (
_remoteCertificate
is null)
481
if (
_remoteCertificate
is not null && ReferenceEquals(
_remoteCertificate
, _externalPendingCert))
487
_remoteCertificate
?.Dispose();