EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElWinCertStorage.StorageType

TElWinCertStorage     See also    


 

Specifies the type of storage accessed via the component.

 
 

Declaration

[C#]
    TSBStorageType StorageType;

[VB.NET]
    Property StorageType As TSBStorageType

[Pascal]
    property StorageType : TSBStorageType;

[VB6]
    Property IElWinCertStorageX3.StorageType As TxSBStorageType

[ActiveX]
    HRESULT _stdcall IElWinCertStorageX3.StorageType([in] TxSBStorageType Value );
    HRESULT _stdcall IElWinCertStorageX3.StorageType([out, retval] TxSBStorageType * Value );

[DLL]
    not implemented;
 
 

Values:

[.NET] [Pascal] [ActiveX] Value Description
stSystem 0 (0x00) System (logical) storages
stRegistry 1 (0x01) Keys in registry
stLDAP 2 (0x02) LDAP servers
stMemory 3 (0x03) Memory
Declared in
[.NET] [Pascal]
Namespace: SBWinCertStorage
Assembly: SecureBlackbox
Unit: SBWinCertStorage

 
 

Description

    This property defines what storages the component will operate with. CryptoAPI lets one access system (logical) storages, storages in registry or storages via LDAP protocol. The list of LDAP addresses (URI's) should be specified in SystemStores property. When the storage is created with stMemory storage type, store names are not used, and temporary in-memory storage is created.

 
 

See also:     PhysicalStores     SystemStores     AccessType    

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