Discuss this help topic in SecureBlackbox Forum
Defines possible location of data blocks digests.
Declaration
[C#/Java]
enum TSBDSDigestLocation { dlLocal = 0, dlAppend = 1, dlEmbedded = 2 };
[VB.NET]
Enum TSBDSDigestLocation
dlLocal = 0
dlAppend = 1
dlEmbedded = 2
End Enum
[Pascal]
TSBDSDigestLocation = (dlLocal, dlAppended, dlEmbedded);
[C++]
typedef uint8_t TSBDSDigestLocationRaw;
typedef enum { dlLocal = 0, dlAppended = 1, dlEmbedded = 2 } TSBDSDigestLocation;
Description
Possible values:
Declared in
.NET:
- Namespace: SBDataStorage
- Assembly: SecureBlackbox.Cloud
VCL:Java:
- Package: SecureBlackbox.Cloud.jar
C++:
Discuss this help topic in SecureBlackbox Forum