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