Discuss this help topic in SecureBlackbox Forum
This property contains the type ID of the extension.
Declaration
[VB.NET]
Property ExtensionType As Integer
[Pascal]
property ExtensionType : integer;
[C++]
int32_t get_ExtensionType();
void set_ExtensionType(int32_t Value);
[PHP]
integer get_ExtensionType()
void set_ExtensionType(integer $Value)
[Java]
int getExtensionType();
void setExtensionType(int Value);
Description
Use this property to specify the type ID of the specific TLS extension.
Discuss this help topic in SecureBlackbox Forum