Discuss this help topic in SecureBlackbox Forum

TElRenegotiationInfoSSLExtension.Info

TElRenegotiationInfoSSLExtension     


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


Contains contains renegotiation info.

Declaration

[C#]
    byte[] Info;

[VB.NET]
    Property Info As Byte()

[Pascal]
    property Info : ByteArray;

[C++]
    void get_Info(std::vector<uint8_t> &OutResult);
    void set_Info(const std::vector<uint8_t> &Value);

[PHP]
    string get_Info()
    void set_Info(array of byte|string|NULL $Value)

[Java]
    byte[] getInfo();
    void setInfo(byte[] Value);

Description

    Use this property to get or set renegotiation info as specified in RFC 5746.

Discuss this help topic in SecureBlackbox Forum