EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElPKCS11CertStorage.OnSlotEvent

TElPKCS11CertStorage    


 

This event notifies token insertion/removal.

 
 

Declaration

[C#]
    event TElPKCSSlotEventEvent OnSlotEvent;
    delegate void TElPKCSSlotEventEvent(object Sender, TElPKCS11SlotInfo Slot);

[VB.NET]
    Event OnSlotEvent As TElPKCSSlotEventEvent
    Public Delegate Sub TElPKCSSlotEventEvent(ByVal Sender As Object, ByVal Slot As TElPKCS11SlotInfo)

[Pascal]
    property OnSlotEvent: TElPKCSSlotEventEvent
    TElPKCSSlotEventEvent = procedure(Sender: TObject; Slot: TElPKCS11SlotInfo) of object;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Slot - Reference to the slot on which the event has occured
 
 

Description

     This event is fired when the token has been inserted or removed from the slot.

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