HttpsCertificateExecutionConfigurationData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Metadata for HTTPS/TLS server certificate configuration.
public class HttpsCertificateExecutionConfigurationData : Aspire.Hosting.ApplicationModel.IExecutionConfigurationData
type HttpsCertificateExecutionConfigurationData = class
interface IExecutionConfigurationData
Public Class HttpsCertificateExecutionConfigurationData
Implements IExecutionConfigurationData
- Inheritance
-
HttpsCertificateExecutionConfigurationData
- Implements
Constructors
| Name | Description |
|---|---|
| HttpsCertificateExecutionConfigurationData() | |
Properties
| Name | Description |
|---|---|
| Certificate |
The server authentication certificate for the resource, if any. |
| IsKeyPathReferenced |
Indicates whether the key path was actually referenced in the resource configuration. |
| IsPfxPathReferenced |
Indicates whether the PFX path was actually referenced in the resource configuration. |
| KeyPathReference |
Reference expression that will resolve to the path of the server authentication certificate key in PEM format. |
| Password |
The passphrase for the server authentication certificate, if any. |
| PfxPathReference |
Reference expression that will resolve to the path of the server authentication certificate in PFX format. |