7 references to AddCertificateAuthorityCollection
Aspire.Hosting.Tests (7)
ExecutionConfigurationGathererTests.cs (5)
211
var caCollection = builder.
AddCertificateAuthorityCollection
("test-ca").WithCertificate(cert);
238
var caCollection = builder.
AddCertificateAuthorityCollection
("test-ca").WithCertificate(cert);
268
var caCollection = builder.
AddCertificateAuthorityCollection
("test-ca").WithCertificate(cert);
296
var caCollection = builder.
AddCertificateAuthorityCollection
("test-ca").WithCertificate(cert);
344
var caCollection = builder.
AddCertificateAuthorityCollection
("test-ca").WithCertificate(cert);
WithCertificateAuthorityCollection.cs (2)
15
var bundle1 = builder.
AddCertificateAuthorityCollection
("bundle1");
16
var bundle2 = builder.
AddCertificateAuthorityCollection
("bundle2");