Discuss this help topic in SecureBlackbox Forum

General notes

Please check What's New in this version.

All editions

  • Global functions Read and Write in SBJSON unit/namespace have been converted to methods of TElJsonEntity class.
  • TElAuthenticodeSigner and TElAuthenticodeVerifier have been replaced with TElAuthenticodeManager class.
  • TElSMTPClient.Login() method has no parameters now. Instead you need to set TElSMTPClient.Domain property before calling TElSMTPClient.Open() method.
  • The names of internal IMAP classes have been changed from TSB to TEl to match other components and classes
  • Prefixes of some classes' names in WebDAV package have been changed from TElWebDav to TElWebDAV (i.e. case has been changed)

C++ and PHP editions

  • LDAP CRL retriever and CA certificate retriever are not registered automatically now. You must excplicitly call RegisterLDAPCertificateRetrieverFactory() and RegisterLDAPRLRetrieverFactory() global functions if you use LDAP during certificate validation.

Discuss this help topic in SecureBlackbox Forum