CertificateTrustExecutionConfigurationData
Class net8.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 PropertiesCertificatesgetX509Certificate2Collection The collection of certificates to trust.
CustomBundlesFactoriesgetDictionary<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. Scopeget The certificate trust scope for the resource.