21 references to AddRange
Microsoft.AspNetCore.Authentication.Certificate (2)
CertificateAuthenticationHandler.cs (2)
221chainPolicy.CustomTrustStore.AddRange(Options.CustomTrustStore); 227chainPolicy.ExtraStore.AddRange(Options.AdditionalChainCertificates);
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)
1084chain.ChainPolicy.CustomTrustStore.AddRange(trust._store.Certificates); 1088chain.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)
32AddRange(certificates);
System\Security\Cryptography\X509Certificates\X509ChainPolicy.cs (2)
169clone.CustomTrustStore.AddRange(_customTrustStore); 174clone.ExtraStore.AddRange(_extraStore);
System.Security.Cryptography.Pkcs (5)
Internal\Cryptography\Pal\AnyOS\ManagedPal.cs (2)
20certs.AddRange(PkcsHelpers.GetStoreCertificates(StoreName.My, StoreLocation.CurrentUser, openExistingOnly: false)); 25certs.AddRange(
System\Security\Cryptography\Pkcs\CmsSigner.cs (1)
328certs.AddRange(Certificates);
System\Security\Cryptography\Pkcs\EnvelopedCms.cs (1)
253certs.AddRange(extraStore);
System\Security\Cryptography\Pkcs\SignerInfo.cs (1)
710chain.ChainPolicy.ExtraStore.AddRange(extraStore);
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\SignedXml.cs (2)
366chain.ChainPolicy.ExtraStore.AddRange(BuildBagOfCerts()); 532collection.AddRange(Utils.BuildBagOfCerts(x509Data, CertUsageType.Verification));
System\Security\Cryptography\Xml\Utils.cs (1)
716collection.AddRange(filters);