Skip to content

PfxCertificateBagInput

A certificate to embed in a PFX container. Input for createPfx.

ts
interface PfxCertificateBagInput {
	readonly certificate: PfxCertificateSource;
	readonly attributes?: PfxBagAttributesInput;
}

Properties

Released under the MIT License.