Discuss this help topic in SecureBlackbox Forum

TSBOCSPServerOptions

Declared in     See also     


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


Defines a set of options used by TElOCSPServer component.

Declaration

[C#]
    TSBOCSPServerOptions = int;
        const int osoIncludeVersion = 1;

[VB.NET]
    TSBOCSPServerOptions As Integer
        Const osoIncludeVersion As Integer = 1

[Pascal]
    TSBOCSPServerOptions = set of TSBOCSPServerOption;

[C++]
    typedef uint8_t TSBOCSPServerOptionRaw;
    typedef enum { osoIncludeVersion = 0 } TSBOCSPServerOption;
    
    typedef uint32_t TSBOCSPServerOptionsRaw;
    typedef enum { f_osoIncludeVersion = 1 } TSBOCSPServerOptions;

[PHP]
    class TSBOCSPServerOptions extends TSBBaseEnum {
        const osoIncludeVersion = 1;
    }

[Java]
    not available

Possible values

Declared in

.NET:
  • Namespace: SBOCSPServer
  • Assembly: SecureBlackbox.PKI
VCL:
  • Unit: SBOCSPServer
Java:
  • Package: SecureBlackbox.PKI.jar
C++:
  • sbocspserver.h

See also:     TSBOCSPServerOption    

Discuss this help topic in SecureBlackbox Forum