PasswordProvidedEventArgs Class

RemoteViewing
Provides data for the PasswordProvided event.
Inheritance Hierarchy

SystemObject
  SystemEventArgs
    RemoteViewing.Vnc.ServerPasswordProvidedEventArgs

Namespace:  RemoteViewing.Vnc.Server
Assembly:  RemoteViewing (in RemoteViewing.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public sealed class PasswordProvidedEventArgs : EventArgs

The PasswordProvidedEventArgs type exposes the following members.

Constructors

  NameDescription
Public methodPasswordProvidedEventArgs
Initializes a new instance of the PasswordProvidedEventArgs class.
Top
Properties

  NameDescription
Public propertyAuthenticationFailedMessage
Public propertyIsAuthenticated
true if the client has successfully authenticated.
Top
Methods

  NameDescription
Public methodAccept
Successfully authenticates the client.
Public methodAccept(Byte)
Authenticates the client, if the password bytes match.
Public methodAccept(Char)
Authenticates the client, if the password characters match.
Top
See Also

Reference