Discuss this help topic in SecureBlackbox Forum
Returns a unique ID of the negotiated SSL session.
Declaration
[VB.NET]
Property SessionID As Byte()
[Pascal]
property SessionID : ByteArray;
[C++]
void get_SessionID(std::vector<uint8_t> &OutResult);
[PHP]
string get_SessionID()
[Java]
byte[] getSessionID();
Description
Use this read-only property to get the unique ID of the negotiated SSL session.
Discuss this help topic in SecureBlackbox Forum