1 write to _rootCertificate
System.Net.Security (1)
System\Net\Security\SslStreamCertificateContext.Linux.cs (1)
101_rootCertificate = rootCertificate;
5 references to _rootCertificate
System.Net.Security (5)
System\Net\Security\SslStreamCertificateContext.Linux.cs (5)
198if (_ocspUrls is null && _rootCertificate is not null) 245Debug.Assert(_rootCertificate != null); 246X509Certificate2? caCert = _privateIntermediateCertificates.Length > 0 ? _privateIntermediateCertificates[0] : _rootCertificate; 271issuerHandles[_privateIntermediateCertificates.Length] = _rootCertificate.Handle; 332GC.KeepAlive(_rootCertificate);