PfxCertificateBagInput
A certificate to embed in a PFX container. Input for createPfx.
ts
interface PfxCertificateBagInput {
readonly certificate: PfxCertificateSource;
readonly attributes?: PfxBagAttributesInput;
}Properties
readonlycertificate:PfxCertificateSource— Certificate as PEM text or DER bytes.readonlyattributes?:PfxBagAttributesInput— Optional bag-level attributes (friendly name, local key ID).