Discuss this help topic in SecureBlackbox Forum

TSBKeyUsageLookupOptions

Declared in     See also     


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


Declaration

[C#]
    TSBKeyUsageLookupOptions = int;
        const int kuloMatchAll = 1;

[VB.NET]
    TSBKeyUsageLookupOptions As Integer
        Const kuloMatchAll As Integer = 1

[Pascal]
    under development

[C++]
    typedef uint8_t TSBKeyUsageLookupOptionRaw;
    typedef enum { kuloMatchAll = 0 } TSBKeyUsageLookupOption;
    
    typedef uint32_t TSBKeyUsageLookupOptionsRaw;
    typedef enum { f_kuloMatchAll = 1 } TSBKeyUsageLookupOptions;

[PHP]
    class TSBKeyUsageLookupOptions extends TSBBaseEnum {
        const kuloMatchAll = 1;
    }

[Java]
    not available

Possible values

Declared in

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

See also:     TSBKeyUsageLookupOption    

Discuss this help topic in SecureBlackbox Forum