VncClient.GetSupportedSecurityType Method
Examines a list of Security Types supported by a VNC Server and chooses one that the Client supports. See 6.1.2 of the RFB Protocol document v. 3.8.
[Visual Basic]Protected Function GetSupportedSecurityType( _
ByVal
types As
Byte() _
) As
Byte [C#]protected
byte GetSupportedSecurityType(
byte[] types);
Parameters
- types
- An array of bytes representing the Security Types supported by the VNC Server.
Return Value
A byte that represents the Security Type to be used by the Client.
See Also
VncClient Class | VncSharp Namespace