HttpsCertificateExecutionConfigurationContext
Class net10.0
Configuration context for server authentication certificate configuration.
namespace Aspire.Hosting.ApplicationModel;
public class HttpsCertificateExecutionConfigurationContext{ // ...}Constructors1
Section titled ConstructorsProperties3
Section titled PropertiesCertificatePathget; 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.