Discuss this help topic in SecureBlackbox Forum

TElXMLUnsignedProperties.UnsignedDataObjectProperties

TElXMLUnsignedProperties     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Containes properties that qualify signed data objects.

Declaration

[C#]
    TElXMLAnyTypeList UnsignedDataObjectProperties;

[VB.NET]
    Property UnsignedDataObjectProperties As TElXMLAnyTypeList

[Pascal]
    property UnsignedDataObjectProperties: TElXMLUnsignedDataObjectProperties;
    TElXMLUnsignedDataObjectProperties = TElXMLAnyTypeList

[C++]
    TElXMLAnyTypeList* get_UnsignedDataObjectProperties();

[PHP]
    TElXMLAnyTypeList get_UnsignedDataObjectProperties()

[Java]
    TElXMLAnyTypeList getUnsignedDataObjectProperties();

Description

    Use UnsignedDataObjectProperties to specify the properties that qualify signed data objects. The signature generated by the signer does not cover the content of this element.
    ETSI TS 101 733: Electronic Signature Formats (http://www.etsi.org/) does not specify the usage of any unsigned property qualifying the signed data object, however in XAdES such element was added for the sake of completeness, and its type is AnyType data type.

See also:     UnsignedSignatureProperties    

Discuss this help topic in SecureBlackbox Forum