Discuss this help topic in SecureBlackbox Forum

TElMessageEncryptor.EncryptionOptions

TElMessageEncryptor     See also     


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


Specifies whether to use FIPS-compliant cryptography modules implementation.

Declaration

[C#/Java]
    TSBEncryptionOptions EncryptionOptions;
    TSBEncryptionOptions = short;
    
    TSBEncryptionOptions represents a bit mask which contains zero or more bit flags as defined by TSBEncryptionOption.

[VB.NET]
    Property EncryptionOptions As TSBEncryptionOptions
    TSBEncryptionOptions As SmallInt
    
    EncryptionOptions represents a bit mask which contains zero or more bit flags as defined by TSBEncryptionOption.

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

Possible values:

Description

    …

See also:         

Discuss this help topic in SecureBlackbox Forum