Skip to content
Docs Try Aspire

CertificateTrustExecutionConfigurationContext

Class net10.0
📦 Aspire.Hosting v13.1.2
Context for configuring certificate trust configuration properties.
namespace Aspire.Hosting.ApplicationModel;
public class CertificateTrustExecutionConfigurationContext
{
// ...
}
View all constructors
CertificateBundlePathget; init
The path to the 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).
View all properties