RfbProtocol.WriteSecurityResponse Method
Sends the encrypted Response back to the server. See RFB Doc v. 3.8 section 6.1.2.
[Visual Basic]Public Sub WriteSecurityResponse( _
ByVal
response As
Byte() _
)
[C#]public
void WriteSecurityResponse(
byte[] response);
Parameters
- response
- The DES password encrypted challege sent by the server.
See Also
RfbProtocol Class | VncSharp Namespace