Skip to content
Docs Try Aspire
Docs Try

HttpsCertificateExecutionConfigurationExportData

Type
📦 Aspire.Hosting v13.4.0
type HttpsCertificateExecutionConfigurationExportData = {
Subject: string;
Thumbprint?: string;
KeyPathExpression: string;
PfxPathExpression: string;
IsKeyPathReferenced: boolean;
IsPfxPathReferenced: boolean;
Password?: string;
}

Fields

Subject string
Thumbprint string optional
KeyPathExpression string
PfxPathExpression string
IsKeyPathReferenced boolean
IsPfxPathReferenced boolean
Password string optional