次の方法で共有


HttpsCertificateExecutionConfigurationData Class

Definition

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.

Applies to