8 references to CreateCustomBundle
Aspire.Hosting (2)
ApplicationModel\CertificateTrustConfigurationCallbackAnnotation.cs (1)
149/// Collection of custom certificate bundle generators added via the <see cref="CreateCustomBundle"/> method, keyed by the bundle's unique ID/filename under the root certificates path. The value is a function that generates the bundle contents as a byte array given a collection of X509 certificates.
ApplicationModel\CertificateTrustExecutionConfigurationGatherer.cs (1)
146/// Collection of custom certificate bundle generators added via the <see cref="CertificateTrustConfigurationCallbackAnnotationContext.CreateCustomBundle"/> method, keyed by the bundle's relative path under the root certificates path. The value is a function that generates the bundle contents as a byte array given a collection of X509 certificates and a cancellation token.
Aspire.Hosting.Tests (6)
ExecutionConfigurationGathererTests.cs (6)
382var bundlePath = ctx.CreateCustomBundle((certs, ct) => 413capturedBundlePath = ctx.CreateCustomBundle((certs, ct) => 445var bundle1 = ctx.CreateCustomBundle((certs, ct) => 447var bundle2 = ctx.CreateCustomBundle((certs, ct) => 483var bundlePath = ctx.CreateCustomBundle((certificates, ct) => 572ctx.CreateCustomBundle((certs, ct) =>