Discuss this help topic in SecureBlackbox Forum

TSBCertStorageOption

Declared in     


Filter: C#/Java  VB.NET  Pascal  C++  


This topic is under development…

Declaration

[C#/Java]
    TSBCertStorageOption = short;
        const short csoStrictChainBuilding = 1;

[VB.NET]
    TSBCertStorageOption As SmallInt;
        Const csoStrictChainBuilding As SmallInt = 1

[Pascal]
    TSBCertStorageOption = (csoStrictChainBuilding);

[C++]
    typedef uint8_t TSBCertStorageOptionRaw;
    typedef enum { csoStrictChainBuilding = 0 } TSBCertStorageOption;
    
    typedef uint32_t TSBCertStorageOptionsRaw;
    typedef enum { f_csoStrictChainBuilding = 1 } TSBCertStorageOptions;

Description

Possible values:

Declared in

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

Discuss this help topic in SecureBlackbox Forum