CertificateTrustExecutionConfigurationData
Classnet10.0
Metadata about the resource certificate trust configuration.
namespace Aspire.Hosting.ApplicationModel;
public class CertificateTrustExecutionConfigurationData : Aspire.Hosting.ApplicationModel.IExecutionConfigurationData{ // ...}Constructors1
Section titled ConstructorsProperties3
Section titled PropertiesDictionary<string, Func<X509Certificate2Collection, CancellationToken, Task<byte[]>>> Collection of custom certificate bundle generators added via the
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.