21 references to AddRange
Microsoft.AspNetCore.Authentication.Certificate (2)
CertificateAuthenticationHandler.cs (2)
221
chainPolicy.CustomTrustStore.
AddRange
(Options.CustomTrustStore);
227
chainPolicy.ExtraStore.
AddRange
(Options.AdditionalChainCertificates);
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)
1083
chain.ChainPolicy.CustomTrustStore.
AddRange
(trust._store.Certificates);
1087
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 (5)
Internal\Cryptography\Pal\AnyOS\ManagedPal.cs (2)
20
certs.
AddRange
(PkcsHelpers.GetStoreCertificates(StoreName.My, StoreLocation.CurrentUser, openExistingOnly: false));
25
certs.
AddRange
(
System\Security\Cryptography\Pkcs\CmsSigner.cs (1)
348
certs.
AddRange
(Certificates);
System\Security\Cryptography\Pkcs\EnvelopedCms.cs (1)
233
certs.
AddRange
(extraStore);
System\Security\Cryptography\Pkcs\SignerInfo.cs (1)
720
chain.ChainPolicy.ExtraStore.
AddRange
(extraStore);
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\SignedXml.cs (2)
357
chain.ChainPolicy.ExtraStore.
AddRange
(BuildBagOfCerts());
520
collection.
AddRange
(Utils.BuildBagOfCerts(x509Data, CertUsageType.Verification));
System\Security\Cryptography\Xml\Utils.cs (1)
704
collection.
AddRange
(filters);