Discuss this help topic in SecureBlackbox Forum

TElSSLConnectionInfo.Exportable

TElSSLConnectionInfo     See also     


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


Specifies whether the cipher suit is exportable or not.

Declaration

[C#]
    bool Exportable;

[VB.NET]
    Property Exportable As Boolean

[Pascal]
    property Exportable : boolean;

[C++]
    bool get_Exportable();

[PHP]
    bool get_Exportable()

[Java]
    boolean getExportable();

Description

This property returns true if the cipher suite is exportable, and false otherwise.

See also:     Ciphersuite    

Discuss this help topic in SecureBlackbox Forum