EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElWinCertStorage.ListKeyContainers

TElWinCertStorage     See also    


 

Lists private key containers.

 
 

Declaration

[C#]
    void ListKeyContainers(ElStringList List);
    StringArray ListKeyContainers();
    void ListKeyContainers(ElStringList List, TSBStorageProviderType ProvType);

[VB.NET]
    Sub ListKeyContainers(ByVal List As TElStringList)
    Function ListKeyContainers() As StringArray
    Sub ListKeyContainers(ByVal List As TElStringList, ByVal ProvType As TSBStorageProviderType)

[Pascal]
    procedure ListKeyContainers(List : TStringList);
    function ListKeyContainers : array of string;
    procedure ListKeyContainers(List : TStringList; ProvType : TSBStorageProviderType);

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • List - Key containers list
  • ProvType - Specifies cryptoprovider type
 
 

Values:

[.NET] [Pascal] [ActiveX] Description
ptDefault = 0 ptDefault ptDefault = 1 default cryptographic provider
ptBaseDSSDH = 1 ptBaseDSSDH ptBaseDSSDH = 2 Microsoft Base DSS and Diffie-Hellman Cryptographic Provider
ptBaseDSS = 2 ptBaseDSS ptBaseDSS = 3 Microsoft Base DSS Cryptographic Provider
ptBase = 3 ptBase ptBase = 4 Microsoft Base Cryptographic Provider v1.0
ptRSASchannel = 4 ptRSASchannel ptRSASchannel = 5 Microsoft RSA Schannel Cryptographic Provider
ptRSASignature = 5 ptRSASignature ptRSASignature = 6 Microsoft RSA Signature Cryptographic Provider
ptEnhancedDSSDH = 6 ptEnhancedDSSDH ptEnhancedDSSDH = 7 Microsoft Enhanced DSS and Diffie-Hellman Cryptographic Provider
ptEnhancedRSAAES = 7 ptEnhancedRSAAES ptEnhancedRSAAES = 8 Microsoft Enhanced RSA and AES Cryptographic Provider
ptEnhanced = 8 ptEnhanced ptEnhanced = 9 Microsoft Enhanced Cryptographic Provider v1.0
ptBaseSmartCard = 9 ptBaseSmartCard ptBaseSmartCard = 10 Microsoft Base Smart Card Crypto Provider
ptStrong = 10 ptStrong ptStrong = 11 Microsoft Strong Cryptographic Provider
Declared in
[.NET] [Pascal] [ActiveX]
Namespace: SBWinCertStorage
Assembly: SecureBlackbox
Unit: SBWinCertStorage Module: BaseBBox7.dll

 
 

Description

    Use this method to obtain a list of private key containers.

 
 
 

See also:     Add     DeleteKeyContainer    

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