Discuss this help topic in SecureBlackbox Forum
Specifies if SSL session resumption should be used.
Declaration
[C#/Java]
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)
Description
If UseSSLSessionResumption is True, the SSL session resumption will be used.
Discuss this help topic in SecureBlackbox Forum