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