Discuss this help topic in SecureBlackbox Forum

TElXMLGenericTimestamp.EncapsulatedTimestamps

TElXMLGenericTimestamp     See also     


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


Specifies the timestamp tokens as an ASN.1 data objects.

Declaration

[C#]
    TElXMLEncapsulatedPKIDataList EncapsulatedTimestamps;

[VB.NET]
    Property EncapsulatedTimestamps As TElXMLEncapsulatedPKIDataList

[Pascal]
    property EncapsulatedTimestamps: TElXMLEncapsulatedPKIDataList;

[C++]
    TElXMLEncapsulatedPKIDataList* get_EncapsulatedTimestamps();

[PHP]
    TElXMLEncapsulatedPKIDataList get_EncapsulatedTimestamps()

[Java]
    TElXMLEncapsulatedPKIDataList getEncapsulatedTimestamps();

Description

    The timestamp token generated by the TSA can be either an ASN.1 data object (as defined in [TSP]), or it can be encoded as XML (use XMLTimestamps property). This property provides access to the list of encapsulated timestamps -- ASN.1 data objects.

See also:     XMLTimestamps     TimestampInfoCount    

Discuss this help topic in SecureBlackbox Forum