Discuss this help topic in SecureBlackbox Forum

TElCMSSignature.RemoveContentTimestamp

TElCMSSignature     See also     


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


This method removes a timestamp from the list of authenticated timestamps.

Declaration

[C#]
    void RemoveContentTimestamp(int Index);

[VB.NET]
    Sub RemoveContentTimestamp(ByVal Index As Integer)

[Pascal]
    procedure RemoveContentTimestamp(Index : integer);

[C++]
    void RemoveContentTimestamp(int32_t Index);

[PHP]
    void RemoveContentTimestamp(integer $Index)

[Java]
    void removeContentTimestamp(int Index);

Parameters

  • Index - index of the item to be removed.

Description

    Use this method to remove the desired timestamp from the Timestaps list.

See also:     AddContentTimestamp     RemoveContentTimestamp    

Discuss this help topic in SecureBlackbox Forum