Discuss this help topic in SecureBlackbox Forum
Shows whether SSL session is active or not.
Declaration
[VB.NET]
Property SSLActive As Boolean
[Pascal]
property SSLActive : boolean;
[C++]
bool get_SSLActive();
[PHP]
bool get_SSLActive()
[Java]
boolean getSSLActive();
Description
This read-only property is true when the SSL session is active.
Discuss this help topic in SecureBlackbox Forum