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