Discuss this help topic in SecureBlackbox Forum

TElMessageDecryptor.DecryptionOptions

TElMessageDecryptor     See also     


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


This topic is under development…

Declaration

[C#/Java]
    TSBDecryptionOptions DecryptionOptions;
    TSBDecryptionOptions = short;
    
    TSBDecryptionOptions represents a bit mask which contains zero or more bit flags as defined by TSBDecryptionOption.

[VB.NET]
    Property DecryptionOptions As TSBDecryptionOptions
    TSBDecryptionOptions As SmallInt
    
    TSBDecryptionOptions represents a bit mask which contains zero or more bit flags as defined by TSBDecryptionOption.

[Pascal]
    property DecryptionOptions : TSBDecryptionOptions;
    TSBDecryptionOptions = set of TSBDecryptionOption;

[C++]
    TSBDecryptionOptions get_DecryptionOptions();
    void set_DecryptionOptions(TSBDecryptionOptions Value);

[PHP]
    integer get_DecryptionOptions()
    void set_DecryptionOptions(integer $Value)

Possible values:

Description

    …

See also:         

Discuss this help topic in SecureBlackbox Forum