EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElPKCS11Module.Slot

TElPKCS11Module     See also    


 

Use this read-only property to get slot description.

 
 

Declaration

[C#]
    TElPKCS11SlotInfo Slot[int Index];

[VB.NET]
    Property Slot[ByVal Index As Integer] As TElPKCS11SlotInfo

[Pascal]
    property Slot[Index: Integer]: TElPKCS11SlotInfo;

[VB6]
    not implemented

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Index (SlotIndex) - Index of the desired slot in the list. The first slot has Index=0, the second has Index=1 and so on.
 
 

Description

    Use this property to get the description of the desired slot.

 
 

See also:     SlotCount    

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