2 references to DefaultCertificateBundlePaths
Aspire.Hosting (1)
Dcp\ContainerCreator.cs (1)
689
var bundlePaths = ContainerCertificatePathsAnnotation.
DefaultCertificateBundlePaths
.ToList();
Aspire.Hosting.Tests (1)
DistributedApplicationTests.cs (1)
998
expectedDefaultBundleFiles.AddRange(ContainerCertificatePathsAnnotation.
DefaultCertificateBundlePaths
);