Provides data for the PasswordProvided event.
Inheritance Hierarchy
SystemEventArgs
RemoteViewing.Vnc.ServerPasswordProvidedEventArgs
Namespace: RemoteViewing.Vnc.Server
Assembly: RemoteViewing (in RemoteViewing.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The PasswordProvidedEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | PasswordProvidedEventArgs |
Initializes a new instance of the PasswordProvidedEventArgs class.
|
Properties
Name | Description | |
---|---|---|
![]() | AuthenticationFailedMessage | |
![]() | IsAuthenticated | true if the client has successfully authenticated.
|
Methods
Name | Description | |
---|---|---|
![]() | Accept |
Successfully authenticates the client.
|
![]() | Accept(Byte) |
Authenticates the client, if the password bytes match.
|
![]() | Accept(Char) |
Authenticates the client, if the password characters match.
|
See Also