Discuss this help topic in SecureBlackbox Forum
Declaration
[C#]
TSBFileDataStorageConditions = int;
const int fdscETag = 1;
const int fdscModTime = 2;
[VB.NET]
TSBFileDataStorageConditions As Integer
Const fdscETag As Integer = 1
Const fdscModTime As Integer = 2
[Pascal]
under development
[C++]
typedef uint8_t TSBFileDataStorageConditionRaw;
typedef enum { fdscETag = 0, fdscModTime = 1 } TSBFileDataStorageCondition;
typedef uint32_t TSBFileDataStorageConditionsRaw;
typedef enum { f_fdscETag = 1, f_fdscModTime = 2 } TSBFileDataStorageConditions;
[PHP]
class TSBFileDataStorageConditions extends TSBBaseEnum {
const fdscETag = 1;
const fdscModTime = 2;
}
Possible values
Declared in
.NET:
- Namespace: SBFileDataStorage
- Assembly: SecureBlackbox...
VCL:Java:
- Package: SecureBlackbox...jar
C++:
Discuss this help topic in SecureBlackbox Forum