Discuss this help topic in SecureBlackbox Forum
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
[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;
}
Possible values
Declared in
.NET:
- Namespace: SBOCSPServer
- Assembly: SecureBlackbox.PKI
VCL:Java:
- Package: SecureBlackbox.PKI.jar
C++:
Discuss this help topic in SecureBlackbox Forum