PreAuthenticationEventArgs.AcceptWithoutAuthentication Method
Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 7.0.9083)
AcceptWithoutAuthentication(ServerUser)
Accept the client as the specified user without further authentication (!).
Declaration
public void AcceptWithoutAuthentication(ServerUser user)
Parameters
Type | Name | Description |
---|---|---|
ServerUser | user | An object representing the user. |
AcceptWithoutAuthentication(ServerUser, Object)
Accept the client as the specified user without further authentication (!) and assign the specified custom tag object.
Declaration
public void AcceptWithoutAuthentication(ServerUser user, object context)
Parameters
Type | Name | Description |
---|---|---|
ServerUser | user | An object representing the user. |
Object | context | An optional custom object representing session context. |