Discuss this help topic in SecureBlackbox Forum

TElCustomTSPServer.TSPInfo

TElCustomTSPServer     See also     


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


Contains TElServerTSPInfo object which is used for accessing and setting TSP-specific information.

Declaration

[C#]
    TElServerTSPInfo TSPInfo;

[VB.NET]
    Property TSPInfo As TElServerTSPInfo

[Pascal]
    property TSPInfo: TElServerTSPInfo;

[C++]
    TElServerTSPInfo* get_TSPInfo();

[PHP]
    TElServerTSPInfo get_TSPInfo()

[Java]
    TElServerTSPInfo getTSPInfo();

Description

    Use this property to access and set TSP-specific information such as time, accuracy, timestamping authority name etc..

See also:     Certificates    

Discuss this help topic in SecureBlackbox Forum