Discuss this help topic in SecureBlackbox Forum
Declaration
[C#]
TSBDecryptionOptions = int;
const int doNoOuterContentInfo = 1;
[VB.NET]
TSBDecryptionOptions As Integer
Const doNoOuterContentInfo As Integer = 1
[Pascal]
under development
[C++]
typedef uint8_t TSBDecryptionOptionRaw;
typedef enum { doNoOuterContentInfo = 0 } TSBDecryptionOption;
typedef uint32_t TSBDecryptionOptionsRaw;
typedef enum { f_doNoOuterContentInfo = 1 } TSBDecryptionOptions;
[PHP]
class TSBDecryptionOptions extends TSBBaseEnum {
const doNoOuterContentInfo = 1;
}
Possible values
Declared in
.NET:
- Namespace: SBMessages
- Assembly: SecureBlackbox...
VCL:Java:
- Package: SecureBlackbox...jar
C++:
Discuss this help topic in SecureBlackbox Forum