Skip to content
Docs Try Aspire
Docs Try

HttpsCertificateExecutionConfigurationExportData

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

Fields

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