Discuss this help topic in SecureBlackbox Forum

TElMessageEncryptor.EncryptionOptions

TElMessageEncryptor     See also     


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


Specifies whether to use FIPS-compliant cryptography modules implementation.

Declaration

[C#]
    TSBEncryptionOptions EncryptionOptions;

[VB.NET]
    Property EncryptionOptions As TSBEncryptionOptions

[Pascal]
    property EncryptionOptions : TSBEncryptionOptions;
    TSBEncryptionOptions = set of TSBEncryptionOption;

[C++]
    TSBEncryptionOptions get_EncryptionOptions();
    void set_EncryptionOptions(TSBEncryptionOptions Value);

[PHP]
    integer get_EncryptionOptions()
    void set_EncryptionOptions(integer $Value)

[Java]
    short getEncryptionOptions();
    void setEncryptionOptions(short Value);

Possible values:

TSBEncryptionOptions values

Description

    …

See also:         

Discuss this help topic in SecureBlackbox Forum