The AuthenticationEventArgs type exposes the following members.

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