The PreAuthenticationEventArgs type exposes the following members.

Methods

  NameDescription
Public methodSupported by the .NET Compact FrameworkAccept(AuthenticationMethods)
Accept authentication request for this user and allow the specified authentication methods.
Public methodSupported by the .NET Compact FrameworkAccept(array<AuthenticationMethods>[]()[][])
Accept authentication request for this user and allow the specified authentication methods.
Public methodSupported by the .NET Compact FrameworkAccept(AuthenticationMethods, Object)
Accept authentication request for this user and allow the specified authentication methods.
Public methodSupported by the .NET Compact FrameworkAcceptWithoutAuthentication(ServerUser)
Accept the client as the specified user without further authentication (!).
Public methodSupported by the .NET Compact FrameworkAcceptWithoutAuthentication(ServerUser, Object)
Accept the client as the specified user without further authentication (!) and assign the specified custom tag object.
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 authentication request for this user.
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 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