@regulaforensics/vp-frontend-document-components
    Preparing search index...

    Interface RfidAccessKey

    Structure is used to describe the contents of secure data access key within the context of the communication session with electronic document

    RfidAccessKey

    interface RfidAccessKey {
        AccessKey: string;
        AccessType: RfidAccessControlProcedureType;
        CheckFullKeyMatching: boolean;
        KeyType: RfidPasswordType;
    }
    Index

    Properties

    AccessKey: string

    Key contents

    RfidAccessKey

    RfidAccessKey

    CheckFullKeyMatching: boolean

    Logical sign of the need for a full comparison of AccessKey contents with the contents of DG1 (MRZ) data group

    RfidAccessKey

    RfidAccessKey