Discuss this help topic in SecureBlackbox Forum
Declaration
[C#]
TSBCRLLookupOptions = int;
const int cloExactMatch = 1;
const int cloMatchAll = 2;
[VB.NET]
TSBCRLLookupOptions As Integer
Const cloExactMatch As Integer = 1
Const cloMatchAll As Integer = 2
[Pascal]
under development
[C++]
typedef uint8_t TSBCRLLookupOptionRaw;
typedef enum { cloExactMatch = 0, cloMatchAll = 1 } TSBCRLLookupOption;
typedef uint32_t TSBCRLLookupOptionsRaw;
typedef enum { f_cloExactMatch = 1, f_cloMatchAll = 2 } TSBCRLLookupOptions;
[PHP]
class TSBCRLLookupOptions extends TSBBaseEnum {
const cloExactMatch = 1;
const cloMatchAll = 2;
}
Possible values
Declared in
.NET:
- Namespace: SBCRLStorage
- Assembly: SecureBlackbox...
VCL:Java:
- Package: SecureBlackbox...jar
C++:
Discuss this help topic in SecureBlackbox Forum