The PreAuthenticationEventArgs type exposes the following members.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkAcceptedMethods
Indicates which methods were accepted by the event handler.
Public propertySupported by the .NET Compact FrameworkAllowedMethods
Indicates which methods are allowed to be used.
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 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