LumiSoft Mail Server User API
AuthUser_EventArgs Constructor (session, userName, passwData, data, authType)
Namespaces > LumiSoft.Net.FTP.Server > AuthUser_EventArgs > AuthUser_EventArgsNew(FTP_Session, String, String, String, AuthType)
Default constructor.
Syntax
C#Visual BasicManaged C++
public AuthUser_EventArgs (
	FTP_Session session,
	string userName,
	string passwData,
	string data,
	AuthType authType
)
Public Sub New ( _
	session As FTP_Session, _
	userName As String, _
	passwData As String, _
	data As String, _
	authType As AuthType _
)
public:
AuthUser_EventArgs (
	FTP_Session^ session, 
	String^ userName, 
	String^ passwData, 
	String^ data, 
	AuthType authType
)
Parameters
session (FTP_Session)
Reference to pop3 session.
userName (String)
Username.
passwData (String)
Password data.
data (String)
Authentication specific data(as tag).
authType (AuthType)
Authentication type.

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)