Discuss this help topic in SecureBlackbox Forum

TElMessagePartHandlerSMime.EncoderCryptAlgorithm

TElMessagePartHandlerSMime     See also     


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


Specifies encryption algorithm to be used for encryption.

Declaration

[C#]
    int EncoderCryptAlgorithm;

[VB.NET]
    Property EncoderCryptAlgorithm As Integer

[Pascal]
    property EncoderCryptAlgorithm : Integer;

[C++]
    int32_t get_EncoderCryptAlgorithm();
    void set_EncoderCryptAlgorithm(int32_t Value);

[PHP]
    integer get_EncoderCryptAlgorithm()
    void set_EncoderCryptAlgorithm(integer $Value)

[Java]
    int getEncoderCryptAlgorithm();
    void setEncoderCryptAlgorithm(int AEncoderCryptAlgorithm);

Parameters

  • AEncoderCryptAlgorithm -

Values

Description

    Use this property to specify the algorithm which will be used during encryption.
    Default value is 'SB_ALGORITHM_CNT_3DES'. Note, different mailers understand different sets of algorithms in S/MIME messages.

Discuss this help topic in SecureBlackbox Forum