\r
namespace rfb {\r
\r
- /* VeNCrypt subtypes */\r
- const int secTypePlain = 256;\r
- const int secTypeTLSNone = 257;\r
- const int secTypeTLSVnc = 258;\r
- const int secTypeTLSPlain = 259;\r
- const int secTypeX509None = 260;\r
- const int secTypeX509Vnc = 261;\r
- const int secTypeX509Plain = 262;\r
-\r
class SSecurityVeNCrypt : public SSecurity {\r
public:\r
SSecurityVeNCrypt(void);\r
const rdr::U8 secTypeTLS = 18;
const rdr::U8 secTypeVeNCrypt= 19;
+ /* VeNCrypt subtypes */
+ const int secTypePlain = 256;
+ const int secTypeTLSNone = 257;
+ const int secTypeTLSVnc = 258;
+ const int secTypeTLSPlain = 259;
+ const int secTypeX509None = 260;
+ const int secTypeX509Vnc = 261;
+ const int secTypeX509Plain = 262;
+
// result types
const rdr::U32 secResultOK = 0;