Discuss this help topic in SecureBlackbox Forum

TElCMSSignature.ClearTimestamps

TElCMSSignature     See also     


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


This method removes all timestamps from the list.

Declaration

[C#]
    void ClearTimestamps();

[VB.NET]
    Sub ClearTimestamps()

[Pascal]
    procedure ClearTimestamps;

[C++]
    void ClearTimestamps();

[PHP]
    void ClearTimestamps()

[Java]
    void clearTimestamps();

Description

    Use this method to remove all timestamps from the Timestaps list.

See also:     AddTimestamp     RemoveTimestamp    

Discuss this help topic in SecureBlackbox Forum