Discuss this help topic in SecureBlackbox Forum

TSBDecryptionOptions

Declared in     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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;
    }

[Java]
    not available

Possible values

Declared in

.NET:
  • Namespace: SBMessages
  • Assembly: SecureBlackbox...
VCL:
  • Unit: SBMessages
Java:
  • Package: SecureBlackbox...jar
C++:
  • sbmessages.h

See also:     TSBDecryptionOption    

Discuss this help topic in SecureBlackbox Forum