EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElPKCS11CertStorage.OnNotification

TElPKCS11CertStorage    


 

This event is fired when the PKCS#11 DLL notifies about the progress of lengthy operation.

 
 

Declaration

[C#]
    event TElPKCSNotifyEvent OnNotification;
    delegate void TElPKCSNotifyEvent(object Sender, TElPKCS11SessionInfo SessionInfo, TElPKCS11NotificationFlag NotificationFlag, ref bool AbortOperation);

[VB.NET]
    Event OnNotification As TElPKCSNotifyEvent
    Public Delegate Sub TElPKCSNotifyEvent(ByVal Sender As Object, ByVal SessionInfo As TElPKCS11SessionInfo, ByVal NotificationFlag As TElPKCS11NotificationFlag, ByRef AbortOperation As Boolean)

[Pascal]
    property OnNotification: TElPKCSNotifyEvent
    TElPKCSNotifyEvent = procedure(Sender: TObject; SessionInfo: TElPKCS11SessionInfo; NotificationFlag: TElPKCS11NotificationFlag; var AbortOperation: boolean) of object;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • SessionInfo - Reference to the session, whose operation triggered the notification
  • NotificationFlag - currently only contains Surrender
  • AbortOperation - Set this parameter to True to stop the operation
 
 

Description

     This event is fired when the PKCS#11 DLL notifies about the progress of lengthy operation.

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