Discuss this help topic in SecureBlackbox Forum

TElSimpleSMIMEOptions.EncryptAlgorithm

TElSimpleSMIMEOptions     See also     


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


Specifies the encrypting algorithm.

Declaration

[C#]
    int EncryptAlgorithm;

[VB.NET]
    Property EncryptAlgorithm As Integer

[Pascal]
    property EncryptAlgorithm: integer;

[C++]
    int32_t get_EncryptAlgorithm();
    void set_EncryptAlgorithm(int32_t Value);

[PHP]
    integer get_EncryptAlgorithm()
    void set_EncryptAlgorithm(integer $Value)

[Java]
    int getEncryptAlgorithm();
    void setEncryptAlgorithm(int Value);

Values

Description

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

See also:     EncryptBitsInKey     EncoderCryptAlgorithm    

Discuss this help topic in SecureBlackbox Forum