HttpsCertificateExecutionConfigurationData
Class net10.0
Metadata for HTTPS/TLS server certificate configuration.
namespace Aspire.Hosting.ApplicationModel;
public class HttpsCertificateExecutionConfigurationData : Aspire.Hosting.ApplicationModel.IExecutionConfigurationData{ // ...} 7 members
Constructors1
Section titled ConstructorsProperties6
Section titled PropertiesCertificateget; initX509Certificate2 The server authentication certificate for the resource, if any.
IsKeyPathReferencedgetbool Indicates whether the key path was actually referenced in the resource configuration.
IsPfxPathReferencedgetbool 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.
Passwordget; initstring? The passphrase for the server authentication certificate, if any.
PfxPathReferenceget; set Reference expression that will resolve to the path of the server authentication certificate in PFX format.