The AuthenticationBaseEventArgs type exposes the following members.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkClientAddress
Gets the client's IP address.
Public propertySupported by the .NET Compact FrameworkClientEndPoint
Gets the client-side endpoint of the client's connection.
Public propertySupported by the .NET Compact FrameworkClientSoftwareIdentifier
Gets identifier of the client software.
Public propertySupported by the .NET Compact FrameworkSession
Gets server session.
Public propertySupported by the .NET Compact FrameworkUserName
Gets the user name of the client trying to authenticate.
Public propertySupported by the .NET Compact FrameworkUsers
Returns Users collection on the server authenticating the request.

See Also