EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElCMSSignature.AddValidationTimestamp

TElCMSSignature     See also    


 

This method adds a validation timestamp to the list.

 
 

Declaration

[C#]
    int AddValidationTimestamp(TElCustomTSPClient TSPClient, TSBCMSTimestampType TimestampType);

[VB.NET]
    Function AddValidationTimestamp(ByVal TSPClient As TElCustomTSPClient, ByVal TimestampType As TSBCMSTimestampType) As Integer

[Pascal]
    function AddValidationTimestamp(TSPClient : TElCustomTSPClient; TimestampType : TSBCMSTimestampType) : integer;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • TSPCLient - TElCustomTSPClient object used for timestamping
  • TimestampType - type of the new timestamp
 
 

Possible timestamp types:

[.NET] [Pascal] Description
cvtGeneric = 0 cvtGeneric Generic timestamp
cvtESC = 1 cvtESC ESC timestamp
cvtCertsAndCRLs = 2 cvtCertsAndCRLs Timestamp includes certificates and CRLs
cvtArchive = 3 cvtArchive Archive timestamp
[.NET] [Pascal]
Namespace: SBCMS
Assembly: SecureBlackbox
Unit: SBCMS

 
 

Return value

    Index of the newly added timestamp in the list.

 
 

Description

    Use this method to add a timestamp to the ValidationTimestamps list.

 
 

See also:     ValidationTimestamps     ClearValidationTimestamps     RemoveValidationTimestamp    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation