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)
200
if (_ocspUrls is null &&
_rootCertificate
is not null)
247
Debug.Assert(
_rootCertificate
!= null);
248
X509Certificate2? caCert = _privateIntermediateCertificates.Length > 0 ? _privateIntermediateCertificates[0] :
_rootCertificate
;
273
issuerHandles[_privateIntermediateCertificates.Length] =
_rootCertificate
.Handle;
334
GC.KeepAlive(
_rootCertificate
);