Discuss this help topic in SecureBlackbox Forum

TElCustomSSLExtension.ExtensionType

TElCustomSSLExtension     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This property contains the type ID of the extension.

Declaration

[C#]
    int ExtensionType;

[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.

See also:     ExtensionData    

Discuss this help topic in SecureBlackbox Forum