database..::..Logon Method

Namespace:  JiwaFinancials.Jiwa.JiwaODBC
Assembly:  JiwaODBC (in JiwaODBC.dll)

Syntax


public void Logon(
	database..::..AuthenticationModes AuthenticationMode,
	string Name,
	string Password,
	ref bool rtnMustChangePassword,
	ref DateTime rtnPasswordLastChangedDateTime
)
Public Sub Logon ( _
	AuthenticationMode As database..::..AuthenticationModes, _
	Name As String, _
	Password As String, _
	ByRef rtnMustChangePassword As Boolean, _
	ByRef rtnPasswordLastChangedDateTime As DateTime _
)
public:
void Logon(
	database..::..AuthenticationModes^ AuthenticationMode, 
	String^ Name, 
	String^ Password, 
	bool^% rtnMustChangePassword, 
	DateTime^% rtnPasswordLastChangedDateTime
)

Parameters

AuthenticationMode
Type: JiwaFinancials.Jiwa.JiwaODBC..::..database..::..AuthenticationModes
Name
Type: String
Password
Type: String
rtnMustChangePassword
Type: Boolean%
rtnPasswordLastChangedDateTime
Type: DateTime%