Discuss this help topic in SecureBlackbox Forum

TElXMLGenericTimestamp.XMLTimestamps

TElXMLGenericTimestamp     See also     


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


Specifies the time-stamp as an XML-encoded data.

Declaration

[C#]
    TElXMLAnyTypeList XMLTimestamps;

[VB.NET]
    Property XMLTimestamps As TElXMLAnyTypeList

[Pascal]
    property XMLTimestamps: TElXMLAnyTypeList;

[C++]
    TElXMLAnyTypeList* get_XMLTimestamps();

[PHP]
    TElXMLAnyTypeList get_XMLTimestamps()

[Java]
    TElXMLAnyTypeList getXMLTimestamps();

Description

    This property represents a list of XML-encoded timestamps. The timestamp token generated by the TSA can be also an ASN.1 data object (as defined in [TSP]). For this purpose, use EncapsulatedTimestamps.

See also:     EncapsulatedTimestamps    

Discuss this help topic in SecureBlackbox Forum