PKI-Lite - v1.0.5
    Preparing search index...

    Interface ReasonFlagsOptions

    interface ReasonFlagsOptions {
        aACompromise?: boolean;
        affiliationChanged?: boolean;
        cACompromise?: boolean;
        certificateHold?: boolean;
        cessationOfOperation?: boolean;
        keyCompromise?: boolean;
        privilegeWithdrawn?: boolean;
        superseded?: boolean;
        unused?: boolean;
    }
    Index

    Properties

    aACompromise?: boolean
    affiliationChanged?: boolean
    cACompromise?: boolean
    certificateHold?: boolean
    cessationOfOperation?: boolean
    keyCompromise?: boolean
    privilegeWithdrawn?: boolean
    superseded?: boolean
    unused?: boolean