Discuss this help topic in SecureBlackbox Forum

TElCustomCertStorage class

Properties     Methods     Declared in     Licensing     


TElCustomCertStorage is a base class for TElAppleCertStorage, TElWinCertStorage, TElMemoryCertStorage and TElFileCertStorage classes. Do not instantiate it directly.

Description

    TElCustomCertStorage provides common interface for all certificate storages in SecureBlackbox. Do not instantiate this class directly, use one of its descendants instead. The key method, Validate, is overriden by each of them.

    To add certificates to the storage, use Add method. To enumerate the certificates, use FindFirst and FindNext methods. To find a specific certificate, use FindByHash.

Properties

Methods

Declared in

.NET:
  • Namespace: SBCustomCertStorage
  • Assembly: SecureBlackbox
VCL:
  • Unit: SBCustomCertStorage
Java:
  • Package: SecureBlackbox.Base.jar
C++:
  • sbcustomcertstorage.h

Licensing

To use this class in the development and distribution of your software projects, you need to purchase one of the following licenses:

Any SecureBlackbox package

Discuss this help topic in SecureBlackbox Forum