Discuss this help topic in SecureBlackbox Forum

TElXMLUnsignedSignatureProperties.SigAndRefsTimestamps

TElXMLUnsignedSignatureProperties     See also     


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


This property contains the SigAndRefsTimestamp element value.

Declaration

[C#]
    TElXMLCustomTimestampList SigAndRefsTimestamps;

[VB.NET]
    Property SigAndRefsTimestamps As TElXMLCustomTimestampList

[Pascal]
    property SigAndRefsTimestamps: TElXMLCustomTimestampList;

[C++]
    TElXMLCustomTimestampList* get_SigAndRefsTimestamps();

[PHP]
    TElXMLCustomTimestampList get_SigAndRefsTimestamps()

[Java]
    TElXMLCustomTimestampList getSigAndRefsTimestamps();

Description

    The input to the timestamp computation of the SigAndRefsTimestamp consists of the following elements: signature value, SignatureTimestamps, CompleteCertificateRefs, CompleteRevocationRefs.

See also:     ArchiveTimestamps     RefsOnlyTimestamps     SignatureTimestamps    

Discuss this help topic in SecureBlackbox Forum