HttpsCertificateExecutionConfigurationData
Classnet10.0
Metadata for HTTPS/TLS server certificate configuration.
namespace Aspire.Hosting.ApplicationModel;
public class HttpsCertificateExecutionConfigurationData : Aspire.Hosting.ApplicationModel.IExecutionConfigurationData{ // ...}9 members
Constructors1
Section titled ConstructorsProperties8
Section titled PropertiesCertificateget; initX509Certificate2 The server authentication certificate for the resource, if any.
CertificateWithKeyPathReferenceget; set Reference expression that will resolve to the path of the server authentication certificate in PFX format.
bool Indicates whether the certificate-with-key path was actually referenced in the resource configuration.
bool Indicates whether the key path was actually referenced in the resource configuration.
bool Indicates whether the PFX path was actually referenced in the resource configuration.
KeyPathReferenceget; set Reference expression that will resolve to the path of the server authentication certificate key in PEM format.
PfxPathReferenceget; set Reference expression that will resolve to the path of the server authentication certificate in PFX format.