Discuss this help topic in SecureBlackbox Forum

TElSSLConnectionInfo.PFSCipher

TElSSLConnectionInfo     


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


Specifies whether key agreement protocol features forward secrecy.

Declaration

[C#]
    bool PFSCipher;

[VB.NET]
    Property PFSCipher As Boolean

[Pascal]
    property PFSCipher : boolean;

[C++]
    bool get_PFSCipher();

[PHP]
    bool get_PFSCipher()

[Java]
    boolean getPFSCipher();

Description

This property returns true if the key agreement protocol used in this session features perfect forward secrecy (PFS).

Discuss this help topic in SecureBlackbox Forum