Discuss this help topic in SecureBlackbox Forum

TElSSLConnectionInfo.AEADCipher

TElSSLConnectionInfo     


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


Specifies whether AEAD encryption is used.

Declaration

[C#]
    bool AEADCipher;

[VB.NET]
    Property AEADCipher As Boolean

[Pascal]
    property AEADCipher : boolean;

[C++]
    bool get_AEADCipher();

[PHP]
    bool get_AEADCipher()

[Java]
    boolean getAEADCipher();

Description

This property returns true if the encryption method used in this session is an AEAD (Authenticated Encryption with Associated Data) method.

Discuss this help topic in SecureBlackbox Forum