RfbProtocol.ReadSecurityTypes Method
Determine the type(s) of authentication that the server supports. See RFB Doc v. 3.8 section 6.1.2.
[Visual Basic]Public Function ReadSecurityTypes() As
Byte() [C#]public
byte[] ReadSecurityTypes();
Return Value
An array of bytes containing the supported Security Type(s) of the server.
See Also
RfbProtocol Class | VncSharp Namespace