Discuss this help topic in SecureBlackbox Forum

TElSocketTSPClient.Timestamp

TElSocketTSPClient     See also     


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


Declaration

[C#]
    int Timestamp(byte[] HashedData, out TSBPKIStatus ServerResult, out int FailureInfo, out byte[] ReplyCMS);

[VB.NET]
    Function Timestamp(ByVal HashedData As Byte(), Out ServerResult As TSBPKIStatus, Out FailureInfo As Integer, Out ReplyCMS As Byte()) As Integer

[Pascal]
    under development

[C++]
    int32_t Timestamp(const std::vector<uint8_t> &HashedData, TSBPKIStatus &ServerResult, int32_t &FailureInfo, std::vector<uint8_t> &ReplyCMS);

[PHP]
    integer Timestamp(array of byte|string|NULL $HashedData, integer &$ServerResult, integer &$FailureInfo, array of byte|string &$ReplyCMS)

[Java]
    int timestamp(byte[] HashedData, TElTSPReply Reply);

Parameters

  • HashedData -
  • ServerResult -
  • FailureInfo -
  • ReplyCMS -
  • Reply -

TSBPKIStatus values

Description

    This topic is under development.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum