Skip to content
Docs Try Aspire

HttpsCertificateExecutionConfigurationContext

Class net10.0
📦 Aspire.Hosting v13.1.2
Configuration context for server authentication certificate configuration.
namespace Aspire.Hosting.ApplicationModel;
public class HttpsCertificateExecutionConfigurationContext
{
// ...
}
View all constructors
CertificatePathget; init
Expression that will resolve to the path of the server authentication certificate in PEM format. For containers this will be a path inside the container.
KeyPathget; init
Expression that will resolve to the path of the server authentication certificate key in PEM format. For containers this will be a path inside the container.
PfxPathget; init
Expression that will resolve to the path of the server authentication certificate in PFX format. For containers this will be a path inside the container.
View all properties