1 write to _rootCertificate
System.Net.Security (1)
System\Net\Security\SslStreamCertificateContext.Linux.cs (1)
103_rootCertificate = rootCertificate;
5 references to _rootCertificate
System.Net.Security (5)
System\Net\Security\SslStreamCertificateContext.Linux.cs (5)
200if (_ocspUrls is null && _rootCertificate is not null) 247Debug.Assert(_rootCertificate != null); 248X509Certificate2? caCert = _privateIntermediateCertificates.Length > 0 ? _privateIntermediateCertificates[0] : _rootCertificate; 273issuerHandles[_privateIntermediateCertificates.Length] = _rootCertificate.Handle; 334GC.KeepAlive(_rootCertificate);