Skip to content
Docs Try Aspire

HttpsCertificateExecutionConfigurationData Properties

Class Properties 6 members
Metadata for HTTPS/TLS server certificate configuration.
Certificate Section titled Certificate X509Certificate2
The server authentication certificate for the resource, if any.
public X509Certificate2 Certificate { get; init; }
IsKeyPathReferenced Section titled IsKeyPathReferenced bool
Indicates whether the key path was actually referenced in the resource configuration.
public bool IsKeyPathReferenced { get; }
IsPfxPathReferenced Section titled IsPfxPathReferenced bool
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; }
Password Section titled Password nullable string?
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; }