Discuss this help topic in SecureBlackbox Forum

TElSSLConnectionInfo.CiphersuiteName

TElSSLConnectionInfo     See also     


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


Returns the name of the cipher suite used in this connection.

Declaration

[C#]
    string CiphersuiteName;

[VB.NET]
    Property CiphersuiteName As String

[Pascal]
    property CiphersuiteName : string;

[C++]
    void get_CiphersuiteName(std::string &OutResult);

[PHP]
    string get_CiphersuiteName()

[Java]
    not available

Description

This read-only property returns the name of the cipher suite specified by the Ciphersuite property.

See also:     Ciphersuite    

Discuss this help topic in SecureBlackbox Forum