Skip to content
Docs Try Aspire

HttpsCertificateExecutionConfigurationContext Properties

Class Properties 3 members
Configuration context for server authentication certificate configuration.
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.
public ReferenceExpression CertificatePath { get; 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.
public ReferenceExpression KeyPath { get; 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.
public ReferenceExpression PfxPath { get; init; }