PfxPrivateKeyBagInput
A private key to embed in a PFX container. Input for createPfx.
ts
interface PfxPrivateKeyBagInput {
readonly privateKey: PfxPrivateKeySource;
readonly attributes?: PfxBagAttributesInput;
}Properties
readonlyprivateKey:PfxPrivateKeySource— Private key as a WebCryptoCryptoKeyor raw PKCS#8 DER bytes.readonlyattributes?:PfxBagAttributesInput— Optional bag-level attributes (friendly name, local key ID).