2 writes to _remoteCertificate
System.Net.Security (2)
System\Net\Security\SslStream.Protocol.cs (2)
143
_remoteCertificate
= null;
1181
ref
_remoteCertificate
,
4 references to _remoteCertificate
System.Net.Security (4)
System\Net\Security\SslStream.cs (1)
565
return
_remoteCertificate
;
System\Net\Security\SslStream.IO.cs (1)
659
else if (
_remoteCertificate
is null)
System\Net\Security\SslStream.Protocol.cs (2)
98
return
_remoteCertificate
!= null;
142
_remoteCertificate
?.Dispose();