Discuss this help topic in SecureBlackbox Forum
Specifies if SSL session resumption should be used.
Declaration
[C#]
bool UseSSLSessionResumption;
[VB.NET]
Property UseSSLSessionResumption As Boolean
[Pascal]
property UseSSLSessionResumption : boolean;
[C++]
bool get_UseSSLSessionResumption();
void set_UseSSLSessionResumption(bool Value);
[PHP]
bool get_UseSSLSessionResumption()
void set_UseSSLSessionResumption(bool $Value)
[Java]
boolean getUseSSLSessionResumption();
void setUseSSLSessionResumption(boolean Value);
Description
If UseSSLSessionResumption is True, the SSL session resumption will be used.
Discuss this help topic in SecureBlackbox Forum