JavaScript HSM API Dinamo

    kind_type_alias ScInfo

    Output of the getScInfo method

    type ScInfo = {
        ATR: string;
        CSN1: string;
        CSN2: string;
        CardChipVersion: string;
        CardFamily: string;
        CardOSVersion: string;
        CardProductName: string;
        CardProgramVersion: string;
        HasLegacyCard: number;
        HasPINInfo: number;
        IRN: string;
        IsFormatted: number;
        IsOEMKeyAvailable: number;
        IsPINLocked: number;
        IsPINSMCOn: number;
        LockByte1: string;
        LockByte2: string;
        PINCKS: number;
        PINMMPN: number;
        PINSCR: number;
        PINUCR: number;
        status: number;
    }
    theme_index

    kind_plural_property

    ATR: string

    Answer To Reset - Card reset answer.

    CSN1: string

    Card serial number 1.

    CSN2: string

    Card serial number 2.

    CardChipVersion: string

    Card chip version.

    CardFamily: string

    Card family.

    CardOSVersion: string

    Version of the card's operating system.

    CardProductName: string

    Card product name.

    CardProgramVersion: string

    Version of the card program.

    HasLegacyCard: number

    Indicates whether the card is legacy.

    HasPINInfo: number

    Indicates whether the card has PIN information.

    IRN: string

    Internal reference number.

    IsFormatted: number

    Indicates whether the card is formatted.

    IsOEMKeyAvailable: number

    Indicates whether the OEM key is available.

    IsPINLocked: number

    Indicates whether the PIN is blocked.

    IsPINSMCOn: number

    Indicates whether the SMC PIN is activated.

    LockByte1: string

    Lock byte 1.

    LockByte2: string

    Lock byte 2.

    PINCKS: number

    PIN Checksum.

    PINMMPN: number

    Maximum incorrect PIN attempts.

    PINSCR: number

    PIN Security Related Counter.

    PINUCR: number

    PIN Unblocking Related Counter.

    status: number

    Operation status.

    MMNEPVFCICPMFPCPTTAAATR