EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElPKCS11CertStorage.Keys

TElPKCS11CertStorage     See also    


 

This property provides access to keys stored on the cryptotoken.

 
 

Declaration

[C#]
    TElKeyMaterial Keys[int Index];

[VB.NET]
    Property Keys(ByVal Index As Integer) As TElKeyMaterial

[Pascal]
    property Keys[Index : integer] : TElKeyMaterial;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

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

Description

    Use this property to access keys stored on the security token. Note, that most devices don't give away the private key, so you won't be able to save the private key to the stream or buffer (although signing/decryption operations are possible if supported by the device itself).

 
 

See also:     AddKey     RemoveKey     KeyCount    

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