Discuss this help topic in SecureBlackbox Forum

TElXMLGenericTimestamp.CheckTimestamp

TElXMLGenericTimestamp     See also     


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


This method checks the timestamp.

Declaration

[C#]
    bool CheckTimestamp(TElClientTSPInfo Info, TElCustomCryptoProviderManager Manager, TElCustomCryptoProvider Prov);
    bool CheckTimestamp(TElClientTSPInfo Info);

[VB.NET]
    Function CheckTimestamp(ByVal Info As TElClientTSPInfo, ByVal Manager As TElCustomCryptoProviderManager, ByVal Prov As TElCustomCryptoProvider) As Boolean
    Function CheckTimestamp(ByVal Info As TElClientTSPInfo) As Boolean

[Pascal]
    function CheckTimestamp(Info : TElClientTSPInfo) : boolean;

[PHP]
    bool CheckTimestamp(TElClientTSPInfo $Info, TElCustomCryptoProviderManager $Manager, TElCustomCryptoProvider $Prov)
    bool CheckTimestamp(TElClientTSPInfo $Info)

Parameters

  • Info - TSP client info
  • Manager - ...
  • Prov - ...

Return value

     True if the timestamp was checked succesfully, and False otherwise.

Description

    Call this method to check the timestamp when non-implicit mechanisms are used for time-stamping.

See also:     StartTimestampCheck     FinishTimestampCheck    

Discuss this help topic in SecureBlackbox Forum