PfxBagAttributesInput
Optional metadata attached to a certificate or key bag inside a PFX.
ts
interface PfxBagAttributesInput {
readonly friendlyName?: string;
readonly localKeyId?: Uint8Array;
}Properties
readonlyfriendlyName?:string— Human-readable label stored as a BMPString attribute.readonlylocalKeyId?:Uint8Array— Opaque identifier linking a certificate bag to its corresponding key bag.