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