Discuss this help topic in SecureBlackbox Forum
This property specifies if the extension is enabled and should be used.
Declaration
[VB.NET]
Property Enabled As Boolean
[Pascal]
property Enabled : boolean;
[C++]
bool get_Enabled();
void set_Enabled(bool Value);
[PHP]
bool get_Enabled()
void set_Enabled(bool $Value)
[Java]
boolean getEnabled();
void setEnabled(boolean Value);
Description
Use this property to specify if the extension is enabled and should be used during TLS handshake.
Discuss this help topic in SecureBlackbox Forum