igcv3 - v1.1.0
    Preparing search index...

    Interface JsonCsrOutput

    interface JsonCsrOutput {
        type: "csr";
        subject: JsonSubject;
        publicKey: JsonPublicKey;
        extensions?: JsonExtensions;
        keyVerification?: JsonKeyVerification;
    }
    Index

    Properties

    type: "csr"
    subject: JsonSubject
    publicKey: JsonPublicKey
    extensions?: JsonExtensions
    keyVerification?: JsonKeyVerification