Skip to content
DocsTry Aspire
DocsTry

HttpsCertificateExecutionConfigurationData Properties

ClassProperties6 members
Metadata for HTTPS/TLS server certificate configuration.
CertificateSection titled CertificateX509Certificate2
The server authentication certificate for the resource, if any.
public X509Certificate2 Certificate { get; init; }
IsKeyPathReferencedSection titled IsKeyPathReferencedbool
Indicates whether the key path was actually referenced in the resource configuration.
public bool IsKeyPathReferenced { get; }
IsPfxPathReferencedSection titled IsPfxPathReferencedbool
Indicates whether the PFX path was actually referenced in the resource configuration.
public bool IsPfxPathReferenced { get; }
Reference expression that will resolve to the path of the server authentication certificate key in PEM format.
public ReferenceExpression KeyPathReference { get; set; }
PasswordSection titled Passwordnullablestring?
The passphrase for the server authentication certificate, if any.
public string? Password { get; init; }
Reference expression that will resolve to the path of the server authentication certificate in PFX format.
public ReferenceExpression PfxPathReference { get; set; }