Interface ICheckOwnCrossSigningTrustOpts

interface ICheckOwnCrossSigningTrustOpts {
    allowPrivateKeyRequests?: boolean;
}

Properties

allowPrivateKeyRequests?: boolean