Skip to content
DocsTry Aspire
DocsTry

HttpsCertificateExecutionConfigurationExportData

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

Fields

Subjectstringoptional
Thumbprintstringoptional
KeyPathExpressionstringoptional
PfxPathExpressionstringoptional
IsKeyPathReferencedbooleanoptional
IsCertificateWithKeyPathReferencedbooleanoptional
IsPfxPathReferencedbooleanoptional
Passwordstringoptional