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

    Interface RfidAttributeData

    Structure contains the data of one attribute of the digital signature object.

    RfidAttributeData

    interface RfidAttributeData {
        Data: string;
        Type: string;
    }
    Index

    Properties

    Properties

    Data: string

    Attribute binary data. Base64 encoded.

    RfidAttributeData

    Type: string

    Contents of the identifier in the format S1 (S2), where S1 – attribute name, S2 – identifier (OID string)

    RfidAttributeData