CertificateTrustExecutionConfigurationContext
Class net8.0
Context for configuring certificate trust configuration properties.
namespace Aspire.Hosting.ApplicationModel;
public class CertificateTrustExecutionConfigurationContext{ // ...} 5 members
Constructors1
Section titled ConstructorsProperties4
Section titled PropertiesCertificateBundlePathget; init The path to the PEM certificate bundle file in the resource context (e.g., container filesystem).
CertificateDirectoriesPathget; init The path(s) to the certificate directories in the resource context (e.g., container filesystem).
IsContainerget; initbool Is this request being generated for a container resource (i.e. does it require Linux style paths?).
RootCertificatesPathget; initstring The root path certificates will be written to in the resource context (e.g., container filesystem).