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