HttpsCertificateExecutionConfigurationExportData
Type
type HttpsCertificateExecutionConfigurationExportData = { Subject: string; Thumbprint?: string; KeyPathExpression: string; PfxPathExpression: string; IsKeyPathReferenced: boolean; IsPfxPathReferenced: boolean; Password?: string;} 7 members
Fields
Subject string Thumbprint string optional KeyPathExpression string PfxPathExpression string IsKeyPathReferenced boolean IsPfxPathReferenced boolean Password string optional