The AuthenticationEventArgs type exposes the following members.

Methods

  NameDescription
Public methodSupported by the .NET Compact FrameworkAccept(ServerUser)
Accept the client as the specified user.
Public methodSupported by the .NET Compact FrameworkAccept(ServerUser, Object)
Accept the client as the specified user and assign the specified custom tag object.
Public methodSupported by the .NET Compact FrameworkAcceptPartially()()()()
Accepts the supplied credential but request subsequent authentication using another kind of credential.
Public methodSupported by the .NET Compact FrameworkAcceptPartially(Object)
Accepts the supplied credential but request subsequent authentication using another kind of credential.
Public methodSupported by the .NET Compact FrameworkEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkGetHashCode
Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkReject
Reject the client.
Public methodSupported by the .NET Compact FrameworkToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkClientAddress
Gets the client's IP address.
(Inherited from AuthenticationBaseEventArgs.)
Public propertySupported by the .NET Compact FrameworkClientEndPoint
Gets the client-side endpoint of the client's connection.
(Inherited from AuthenticationBaseEventArgs.)
Public propertySupported by the .NET Compact FrameworkClientSoftwareIdentifier
Gets identifier of the client software.
(Inherited from AuthenticationBaseEventArgs.)
Public propertySupported by the .NET Compact FrameworkKey
Gets the user public key.
Public propertySupported by the .NET Compact FrameworkPartiallyAccepted
Indicates whether a different kind of credential has already been partially accepted for this authentication session.
Public propertySupported by the .NET Compact FrameworkPassword
Gets the password.
Public propertySupported by the .NET Compact FrameworkSession
Gets server session.
(Inherited from AuthenticationBaseEventArgs.)
Public propertySupported by the .NET Compact FrameworkUserName
Gets the user name of the client trying to authenticate.
(Inherited from AuthenticationBaseEventArgs.)
Public propertySupported by the .NET Compact FrameworkUsers
Returns Users collection on the server authenticating the request.
(Inherited from AuthenticationBaseEventArgs.)

See Also