Discuss this help topic in SecureBlackbox Forum

TElCMSSignature.ClearContentTimestamps

TElCMSSignature     See also     


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


This method removes all timestamps from signature authenticated attributes.

Declaration

[C#]
    void ClearContentTimestamps();

[VB.NET]
    Sub ClearContentTimestamps()

[Pascal]
    procedure ClearContentTimestamps;

[C++]
    void ClearContentTimestamps();

[PHP]
    void ClearContentTimestamps()

[Java]
    void clearContentTimestamps();

Description

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

See also:     AddContentTimestamp     RemoveContentTimestamp    

Discuss this help topic in SecureBlackbox Forum