Skip to content
DocsTry Aspire
DocsTry

HttpsCertificateExecutionConfigurationExportData

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

Fields

Subjectstring
Thumbprintstringoptional
KeyPathExpressionstring
PfxPathExpressionstring
IsKeyPathReferencedboolean
IsPfxPathReferencedboolean
Passwordstringoptional