eRFID_AuthenticationProcedureType

This page covers the description of the eRFID_AuthenticationProcedureType enumeration

eRFID_AuthenticationProcedureType enumeration contains a set of constants that define the type of performed procedure of document authentication within the context of the communication session with electronic document.

const eRFID_AuthenticationProcedureType = {
    aptUndefined: 0,
    aptStandard: 1,
    aptAdvanced: 2,
    aptGeneral: 3,
}

Constant

Description

aptUndefined

not defined

aptStandard

standard authentication procedure

aptAdvanced

advanced authentication procedure

aptGeneral

general authentication procedure

Last updated

Was this helpful?