EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElAuthenticodeSigner.OnTimestampNeeded

TElAuthenticodeSigner     See also    


 

This event is fired when a time-stamp is needed for file signing.

 
 

Declaration

[C#]
    event TSBAuthenticodeTimestampNeeded OnTimestampNeeded;
    delegate void TSBAuthenticodeTimestampNeeded(Object Sender, byte[] Request, ref byte[] Reply, ref bool Succeeded);

[VB.NET]
    Event OnTimestampNeeded As TSBAuthenticodeTimestampNeeded
    Delegate Sub TSBAuthenticodeTimestampNeeded(ByVal Sender As Object, ByVal Request As Byte(), ByRef Reply As Byte(), ByRef Succeeded As Boolean)

[Pascal]
    property OnTimestampNeeded: TSBAuthenticodeTimestampNeeded;
    TSBAuthenticodeTimestampNeeded = procedure(Sender: TObject; const Request: ByteArray; var Reply: ByteArray; var Succeeded: boolean) of object;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented
 
 

Parameters

  • Request - Request to the TSP server.
  • Reply - Responce of the TSP server.
  • Succeeded - Specifies if the time-stamping was successful or not. If not so, SB_AUTHENTICODE_ERROR_NO_TIMESTAMP is reported by AddSignature.
 
 

Description

    This event is fired each time by AddSignature if a time-stamp needs to be added to the signature.

 
 

See also:     AddSignature    

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