Discuss this help topic in SecureBlackbox Forum

TElCMSSignature.RemoveValidationTimestamp

TElCMSSignature     See also     


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


This method removes a validation timestamp from the list.

Declaration

[C#]
    void RemoveValidationTimestamp(int Index);

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

[Pascal]
    procedure RemoveValidationTimestamp(Index : integer);

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

[PHP]
    void RemoveValidationTimestamp(integer $Index)

[Java]
    void removeValidationTimestamp(int Index);

Parameters

  • Index - index of the item to be removed.

Description

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

See also:     AddValidationTimestamp     ClearValidationTimestamps    

Discuss this help topic in SecureBlackbox Forum