Namespace: RemoteViewing.Vnc.ServerAssembly: RemoteViewing (in RemoteViewing.dll) Version: 0.9.1.0 (0.9.1.0)
public PasswordProvidedEventArgs(
byte[] challenge,
byte[] response
)
public PasswordProvidedEventArgs(
byte[] challenge,
byte[] response
)
Public Sub New ( _
challenge As Byte(), _
response As Byte() _
)
Public Sub New ( _
challenge As Byte(), _
response As Byte() _
)
public:
PasswordProvidedEventArgs(
array<unsigned char>^ challenge,
array<unsigned char>^ response
)
new :
challenge : byte[] *
response : byte[] -> PasswordProvidedEventArgs
new :
challenge : byte[] *
response : byte[] -> PasswordProvidedEventArgs
Parameters
- challenge
- Type: System Byte
The VNC the server sent.
- response
- Type: System Byte
The bytes of the response from the client.