32 references to AddRange
Aspire.Hosting (3)
ApplicationModel\CertificateAuthorityCollectionResourceExtensions.cs (1)
70
builder.Resource.Certificates.
AddRange
(certificates);
ApplicationModel\CertificateTrustExecutionConfigurationGatherer.cs (2)
47
certificates.
AddRange
(certCollection.Certificates);
74
additionalData.Certificates.
AddRange
(certificates);
NuGet.Packaging (3)
Signing\TrustStore\CertificateBundleX509ChainFactory.cs (1)
35
x509Chain.ChainPolicy.CustomTrustStore.
AddRange
(Certificates);
Signing\Utility\CertificateChainUtility.cs (1)
207
policy.ExtraStore.
AddRange
(additionalCertificates);
Signing\Utility\SignatureUtility.cs (1)
660
chain.ChainPolicy.ExtraStore.
AddRange
(extraStore);
System.Net.Http.WinHttpHandler (1)
System\Net\Http\WinHttpRequestCallback.cs (1)
397
chain.ChainPolicy.ExtraStore.
AddRange
(remoteCertificateStore);
System.Net.Quic (1)
System\Net\Quic\QuicConnection.SslConnectionOptions.cs (1)
213
chain.ChainPolicy.ExtraStore.
AddRange
(additionalCertificates);
System.Net.Security (6)
System\Net\Security\SslStream.Protocol.cs (2)
1117
chain.ChainPolicy.CustomTrustStore.
AddRange
(trust._store.Certificates);
1121
chain.ChainPolicy.CustomTrustStore.
AddRange
(trust._trustList);
System\Net\Security\SslStreamCertificateContext.cs (4)
54
chain.ChainPolicy.ExtraStore.
AddRange
(additionalCertificates);
61
chain.ChainPolicy.CustomTrustStore.
AddRange
(trust._store.Certificates);
66
chain.ChainPolicy.CustomTrustStore.
AddRange
(trust._trustList);
90
chain.ChainPolicy.CustomTrustStore.
AddRange
(additionalCertificates);
System.Security.Cryptography (4)
System\Security\Cryptography\X509Certificates\StorePal.cs (1)
59
collection.
AddRange
(_coll);
System\Security\Cryptography\X509Certificates\X509Certificate2Collection.cs (1)
33
AddRange
(certificates);
System\Security\Cryptography\X509Certificates\X509ChainPolicy.cs (2)
169
clone.CustomTrustStore.
AddRange
(_customTrustStore);
174
clone.ExtraStore.
AddRange
(_extraStore);
System.Security.Cryptography.Pkcs (11)
Internal\Cryptography\Pal\AnyOS\ManagedPal.cs (2)
20
certs.
AddRange
(PkcsHelpers.GetStoreCertificates(StoreName.My, StoreLocation.CurrentUser, openExistingOnly: false));
25
certs.
AddRange
(
Internal\Cryptography\Pal\Windows\DecryptorPalWindows.Decrypt.cs (4)
220
candidateCerts.
AddRange
(PkcsHelpers.GetStoreCertificates(StoreName.AddressBook, StoreLocation.CurrentUser, openExistingOnly: true));
221
candidateCerts.
AddRange
(PkcsHelpers.GetStoreCertificates(StoreName.AddressBook, StoreLocation.LocalMachine, openExistingOnly: true));
222
candidateCerts.
AddRange
(originatorCerts);
223
candidateCerts.
AddRange
(extraStore);
Internal\Cryptography\Pal\Windows\PkcsPalWindows.cs (2)
59
certs.
AddRange
(PkcsHelpers.GetStoreCertificates(StoreName.My, StoreLocation.CurrentUser, openExistingOnly: true));
60
certs.
AddRange
(PkcsHelpers.GetStoreCertificates(StoreName.My, StoreLocation.LocalMachine, openExistingOnly: true));
System\Security\Cryptography\Pkcs\CmsSigner.cs (1)
441
certs.
AddRange
(Certificates);
System\Security\Cryptography\Pkcs\EnvelopedCms.cs (1)
233
certs.
AddRange
(extraStore);
System\Security\Cryptography\Pkcs\SignerInfo.cs (1)
867
chain.ChainPolicy.ExtraStore.
AddRange
(extraStore);
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\SignedXml.cs (2)
356
chain.ChainPolicy.ExtraStore.
AddRange
(BuildBagOfCerts());
520
collection.
AddRange
(Utils.BuildBagOfCerts(x509Data, CertUsageType.Verification));
System\Security\Cryptography\Xml\Utils.cs (1)
707
collection.
AddRange
(filters);