VncSharp

RfbProtocol.WriteSecurityType Method 

Indicate to the server which type of authentication will be used. See RFB Doc v. 3.8 section 6.1.2.

[Visual Basic]
Public Sub WriteSecurityType( _
   ByVal type As Byte _
)
[C#]
public void WriteSecurityType(
   byte type
);

Parameters

type
The type of Authentication to be used, 1 (None) or 2 (VNC Authentication).

See Also

RfbProtocol Class | VncSharp Namespace