HttpsCertificateExecutionConfigurationContext
Classnet10.0
Configuration context for server authentication certificate configuration.
namespace Aspire.Hosting.ApplicationModel;
public class HttpsCertificateExecutionConfigurationContext{ // ...}5 members
Constructors1
Section titled ConstructorsProperties4
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.
CertificateWithKeyPathget; init Expression that will resolve to the path of the server authentication certificate and key in a combined PEM file. 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.