Discuss this help topic in SecureBlackbox Forum

TElXMLUnsignedSignatureProperties.RefsOnlyTimestamps

TElXMLUnsignedSignatureProperties     See also     


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


This property contains the RefsOnlyTimestamp element value.

Declaration

[C#]
    TElXMLCustomTimestampList RefsOnlyTimestamps;

[VB.NET]
    Property RefsOnlyTimestamps As TElXMLCustomTimestampList

[Pascal]
    property RefsOnlyTimestamps: TElXMLCustomTimestampList;

[C++]
    TElXMLCustomTimestampList* get_RefsOnlyTimestamps();

[PHP]
    TElXMLCustomTimestampList get_RefsOnlyTimestamps()

[Java]
    TElXMLCustomTimestampList getRefsOnlyTimestamps();

Description

    The input to the timestamp computation of the RefsOnlyTimestamp consists of the following two elements: CompleteCertificateRefs and CompleteRevocationRefs.

See also:     ArchiveTimestamps     SigAndRefsTimestamps     SignatureTimestamps    

Discuss this help topic in SecureBlackbox Forum