Discuss this help topic in SecureBlackbox Forum

TElX11ForwardSSHTunnel.AuthenticationProtocol

TElX11ForwardSSHTunnel     See also     


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


This property specifies the X11 authentication protocol

Declaration

[C#]
    byte[] AuthenticationProtocol;

[VB.NET]
    Property AuthenticationProtocol As Byte()

[Pascal]
    property AuthenticationProtocol : string;

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

[PHP]
    string get_AuthenticationProtocol()
    void set_AuthenticationProtocol(array of byte|string|NULL $Value)

[Java]
    byte[] getAuthenticationProtocol();
    void setAuthenticationProtocol(byte[] Value);

Description

    This property should specify the X11 authentication protocol name (e.g. 'MIT-MAGIC-COOKIE-1').

See also:     Environment     ScreenNumber     TerminalInfo    

Discuss this help topic in SecureBlackbox Forum