1 write to _rootCertificate
System.Net.Security (1)
System\Net\Security\SslStreamCertificateContext.Linux.cs (1)
117
_rootCertificate
= rootCertificate;
5 references to _rootCertificate
System.Net.Security (5)
System\Net\Security\SslStreamCertificateContext.Linux.cs (5)
214
if (_ocspUrls is null &&
_rootCertificate
is not null)
261
Debug.Assert(
_rootCertificate
!= null);
262
X509Certificate2? caCert = _privateIntermediateCertificates.Length > 0 ? _privateIntermediateCertificates[0] :
_rootCertificate
;
287
issuerHandles[_privateIntermediateCertificates.Length] =
_rootCertificate
.Handle;
348
GC.KeepAlive(
_rootCertificate
);