Type alias GeneralNameParameters

GeneralNameParameters: PkiObjectParameters & Partial<{ type: 1 | 2 | 6; value: string } | { type: 0 | 3 | 4 | 7 | 8; value: any }>

Generated using TypeDoc