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)
382
var bundlePath = ctx.
CreateCustomBundle
((certs, ct) =>
413
capturedBundlePath = ctx.
CreateCustomBundle
((certs, ct) =>
445
var bundle1 = ctx.
CreateCustomBundle
((certs, ct) =>
447
var bundle2 = ctx.
CreateCustomBundle
((certs, ct) =>
483
var bundlePath = ctx.
CreateCustomBundle
((certificates, ct) =>
572
ctx.
CreateCustomBundle
((certs, ct) =>