Discuss this help topic in SecureBlackbox Forum

TElCMSTimestamp.Info

TElCMSTimestamp     See also     


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


This property contains parameters sent to (received from) timestamp server.

Declaration

[C#]
    TElClientTSPInfo Info;

[VB.NET]
    Property Info As TElClientTSPInfo

[Pascal]
    property Info : TElClientTSPInfo;

[C++]
    TElClientTSPInfo* get_Info();

[PHP]
    TElClientTSPInfo get_Info()

[Java]
    TElClientTSPInfo getInfo();

Description

    Use this property to get the parameters to be sent to the TSA to perform time-stamping, or the parameters, received in the TSA responce.

See also:     Validate    

Discuss this help topic in SecureBlackbox Forum