Discuss this help topic in SecureBlackbox Forum

TElMessageEncryptor.Algorithm

TElMessageEncryptor     See also     


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


This property specifies the stream (block) cipher which is used to encrypt data.

Declaration

[C#]
    int Algorithm;

[VB.NET]
    Property Algorithm As Integer

[Pascal]
    property Algorithm : integer;

[C++]
    int32_t get_Algorithm();
    void set_Algorithm(int32_t Value);

[PHP]
    integer get_Algorithm()
    void set_Algorithm(integer $Value)

[Java]
    int getAlgorithm();
    void setAlgorithm(int Value);

Values:

Description

    Use this property to specify block cipher which will be used to encrypt messages.

See also:     BitsInKey    

Discuss this help topic in SecureBlackbox Forum