2 references to WithContainerCertificatePaths
Aspire.Hosting (1)
ContainerResourceBuilderExtensions.cs (1)
1338
return builder.
WithContainerCertificatePaths
(
Aspire.Hosting.Tests (1)
DistributedApplicationTests.cs (1)
993
container.
WithContainerCertificatePaths
(customCertificatesDestination: expectedDestination, defaultCertificateBundlePaths: expectedDefaultBundleFiles, defaultCertificateDirectoryPaths: expectedDefaultCertificateDirs);