2 writes to _certs
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\UnixExportProvider.cs (2)
28
_certs
= certs;
35
_certs
= null;
6 references to _certs
System.Security.Cryptography (6)
System\Security\Cryptography\X509Certificates\OpenSslExportProvider.cs (1)
66
foreach (X509Certificate2 cert in
_certs
!)
System\Security\Cryptography\X509Certificates\UnixExportProvider.cs (5)
81
if (
_certs
!.Count == 0)
86
return
_certs
[0].RawData;
114
Debug.Assert(
_certs
is not null);
117
for (int i =
_certs
.Count - 1; i >= 0; i--)
119
X509Certificate2 cert =
_certs
[i];