7 references to AddCertificateAuthorityCollection
Aspire.Hosting.Tests (7)
ExecutionConfigurationGathererTests.cs (5)
212
var caCollection = builder.
AddCertificateAuthorityCollection
("test-ca").WithCertificate(cert);
239
var caCollection = builder.
AddCertificateAuthorityCollection
("test-ca").WithCertificate(cert);
269
var caCollection = builder.
AddCertificateAuthorityCollection
("test-ca").WithCertificate(cert);
297
var caCollection = builder.
AddCertificateAuthorityCollection
("test-ca").WithCertificate(cert);
345
var caCollection = builder.
AddCertificateAuthorityCollection
("test-ca").WithCertificate(cert);
WithCertificateAuthorityCollection.cs (2)
16
var bundle1 = builder.
AddCertificateAuthorityCollection
("bundle1");
17
var bundle2 = builder.
AddCertificateAuthorityCollection
("bundle2");