PreAuthenticationEventArgs Class
Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 7.0.9147)
Provides data for Authentication event.
Syntax
public class PreAuthenticationEventArgs : AuthenticationBaseEventArgs
Inherited Members
Properties
Name | Description |
---|---|
Accepted |
Indicates which methods were accepted by the event handler. |
Allowed |
Indicates which methods are allowed to be used. |
Client |
Gets the client's IP address.
Inherited from Authentication |
Client |
Gets the client-side endpoint of the client's connection.
Inherited from Authentication |
Client |
Gets identifier of the client software.
Inherited from Authentication |
Context | An optional custom object representing the session context.
Inherited from Authentication |
Server |
Gets the server-side IP address of the client's connection.
Inherited from Authentication |
Server |
Gets the server-side endpoint of the client's connection.
Inherited from Authentication |
Session | Gets server session.
Inherited from Authentication |
User |
Gets the user name of the client trying to authenticate.
Inherited from Authentication |
Users | Returns Users collection on the server authenticating the request.
Inherited from Authentication |
Methods
Name | Description |
---|---|
Accept(Authentication |
Accept authentication request for this user and allow the specified authentication methods. |
Accept(Authentication |
Accept authentication request for this user and allow the specified authentication methods. |
Accept(Authentication |
Accept authentication request for this user and allow the specified authentication methods. |
Accept |
Accept the client as the specified user without further authentication (!). |
Accept |
Accept the client as the specified user without further authentication (!) and assign the specified custom tag object. |
Reject() | Reject authentication request for this user. |