Discuss this help topic in SecureBlackbox Forum
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').
Discuss this help topic in SecureBlackbox Forum