12 references to AddCertificateAuthorityCollection
Aspire.Hosting.Tests (12)
ExecutionConfigurationGathererTests.cs (10)
214
var caCollection = builder.
AddCertificateAuthorityCollection
("test-ca").WithCertificate(cert);
241
var caCollection = builder.
AddCertificateAuthorityCollection
("test-ca").WithCertificate(cert);
271
var caCollection = builder.
AddCertificateAuthorityCollection
("test-ca").WithCertificate(cert);
299
var caCollection = builder.
AddCertificateAuthorityCollection
("test-ca").WithCertificate(cert);
347
var caCollection = builder.
AddCertificateAuthorityCollection
("test-ca").WithCertificate(cert);
376
var caCollection = builder.
AddCertificateAuthorityCollection
("test-ca").WithCertificate(cert);
406
var caCollection = builder.
AddCertificateAuthorityCollection
("test-ca").WithCertificate(cert);
439
var caCollection = builder.
AddCertificateAuthorityCollection
("test-ca").WithCertificate(cert);
476
var caCollection = builder.
AddCertificateAuthorityCollection
("test-ca").WithCertificate(cert);
566
var caCollection = builder.
AddCertificateAuthorityCollection
("test-ca").WithCertificate(cert);
WithCertificateAuthorityCollection.cs (2)
16
var bundle1 = builder.
AddCertificateAuthorityCollection
("bundle1");
17
var bundle2 = builder.
AddCertificateAuthorityCollection
("bundle2");