Discuss this help topic in SecureBlackbox Forum
This topis is under development…
Declaration
[C#/Java]
TSBDecryptionOption = short;
const short doNoOuterContentInfo = 1;
[VB.NET]
TSBDecryptionOption As SmallInt
Const doNoOuterContentInfo As SmallInt = 1
[Pascal]
TSBDecryptionOption = (doNoOuterContentInfo);
[C++]
typedef uint8_t TSBDecryptionOptionRaw;
typedef enum { doNoOuterContentInfo = 0 } TSBDecryptionOption;
typedef uint32_t TSBDecryptionOptionsRaw;
typedef enum { f_doNoOuterContentInfo = 1 } TSBDecryptionOptions;
Description
Possible values:
Declared in
.NET:
- Namespace: SBMessages
- Assembly: SecureBlackbox
VCL:Java:
- Package: SecureBlackbox.Base.jar
C++:
Discuss this help topic in SecureBlackbox Forum