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

    Interface RfidSecurityObject

    Structure is used to describe the contents of a single document security object (SO) and the results of its check within the context of the communication session with electronic document

    RfidSecurityObject

    interface RfidSecurityObject {
        FileReference: number;
        Notifications: ParsingNotificationCodes[];
        ObjectType: string;
        SignerInfos: RfidSignerInfoEx[];
        Version: number;
    }
    Index

    Properties

    FileReference: number

    Reference to the source file of the security object data

    RfidSecurityObject

    Notifications: ParsingNotificationCodes[]

    List of remarks arisen during the analysis of SO data structure.

    RfidSecurityObject

    ObjectType: string

    Identifier of the security object

    RfidSecurityObject

    SignerInfos: RfidSignerInfoEx[]

    List of containers to store information about digital signature objects contained in the SO

    RfidSecurityObject

    Version: number

    Security object version

    RfidSecurityObject