EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElPKCS11CertStorage.KeyIDs

TElPKCS11CertStorage     See also    


 

This property provides access to the list of key IDs.

 
 

Declaration

[C#]
    byte[] KeyIDs[int Index];

[VB.NET]
    Property KeyIDs(ByVal Index As Integer) As Byte()

[Pascal]
    property KeyIDs[Index : integer] : BufferType;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Index - The index of the desired key ID in the list. The first item has Index=0, the second has Index=1 and so on.
 
 

Description

    Use this property to get the ID of the desired key.

 
 

See also:     Keys    

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