igcv3 - v1.1.0
    Preparing search index...

    Interface CsrWithExtensions

    Extended CSR interface to access extensions. Fixes missing type definition in node-forge.

    interface CsrWithExtensions {
        getAttribute(
            options: { name: string },
        ): { extensions?: ForgeExtension[] } | undefined;
    }
    Index

    Methods

    Methods