Discuss this help topic in SecureBlackbox Forum

TElMessageDecryptor.DecryptionOptions

TElMessageDecryptor     See also     


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


This topic is under development…

Declaration

[C#]
    TSBDecryptionOptions DecryptionOptions;

[VB.NET]
    Property DecryptionOptions As TSBDecryptionOptions

[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)

[Java]
    short getDecryptionOptions();
    void setDecryptionOptions(short Value);

Possible values:

TSBDecryptionOptions values

Description

    …

See also:         

Discuss this help topic in SecureBlackbox Forum