Discuss this help topic in SecureBlackbox Forum

TElSSLConnectionInfo.EncryptionAlgorithm

TElSSLConnectionInfo     See also     


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


Specifies encryption algorithm.

Declaration

[C#]
    TSBEncryptAlgorithm EncryptionAlgorithm;

[VB.NET]
    Property EncryptionAlgorithm As TSBEncryptAlgorithm

[Pascal]
    property EncryptionAlgorithm : TSBEncryptAlgorithm;

[C++]
    TSBEncryptAlgorithm get_EncryptionAlgorithm();

[PHP]
    integer get_EncryptionAlgorithm()

[Java]
    TSBEncryptAlgorithm getEncryptionAlgorithm();

TSBEncryptAlgorithm values

Description

This property specifies the encryption algorithm used in this session.

See also:     EncryptionAlgorithmName     Ciphersuite    

Discuss this help topic in SecureBlackbox Forum