EldoS
Navigation
Web site
Support
Table Of Contents
View Table Of Contents | Send comments on this topic

ElWinCertStorage class

Properties     Methods     Declared in     Licensing    


 

ElWinCertStorage is a descendant of ElCustomCertStorage. ElWinCertStorage provides access to certificates via Windows CryptoAPI.

 
 

Description

    ElWinCertStorage is used to access the Windows system certificate storages. The certificate storage contains information about root certificates, that commonly are used to validate other server certificates. In most cases there are 4 system storages (ROOT, CA, SYSTEM and MY). The system storages that have to be used to validate certificate are specified by the SystemStores property. To validate the certificate using these storages, call Validate method.

Due to it's nature ElWinCertStorage class uses Windows CryptoAPI and is available only on Windows and Windows Mobile platforms.

 
 

Properties

  • AccessType
  • Certificates
  • Count
  • PhysicalStores
  • Provider
  • StorageType
  • SystemStores
  • TryCurrentUser
Inherited from ElCustomCertStorage:
  • ChainCount
  • Chains
  • CRL
 
 

Methods

  • Constructor
  • Destructor
  • Add
  • CreateStore
  • DeleteStore
  • ExportTo
  • GetAvailableStores
  • GetAvailablePhysicalStores
  • GetStoreFriendlyName
  • Refresh
  • Remove
Inherited from ElCustomCertStorage:
  • Clear
  • FindByHash
  • FindFirst
  • FindNext
  • GetIssuerCertificate
  • IndexOf
  • IsPresent
  • LoadFromBufferPFX
  • LoadFromBufferPKCS7
  • LoadFromStreamPFX
  • LoadFromStreamPKCS7
  • SaveToBufferPFX
  • SaveToBufferPKCS7
  • SaveToStreamPFX
  • SaveToStreamPKCS7
  • Validate
 
 

Declared in

.NET:

  • Namespace: SBWinCertStorage
  • Assembly: SecureBlackbox
VCL:
  • Unit: SBWinCertStorage
ActiveX/DLL:
  • SBB 5 interface module: PKIBBox.dll
  • SBB 6 interface module: BaseBBox6.dll
 
 

Licensing

To use the component in development and distribution of your projects, you need to purchase one of the licenses:

.NET: Any SecureBlackbox package

VCL: Any SecureBlackbox package

ActiveX/DLL: Any SecureBlackbox package

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