LoginAuthenticate Method

Alterian Email Manager 6.2.3 SDK Help File

Namespace:  DMLibrary
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public string Authenticate(
	int SessionReserve,
	int MaxAttempts,
	int MaxAttemptsWindow,
	string Login,
	string Password,
	string NewPassword,
	bool BumpExisting,
	string IP,
	DateTime LocalTime,
	DMPasswordFormat PasswordFormat,
	LoginResponse loginResponse
)

Parameters

SessionReserve
Type: SystemInt32
MaxAttempts
Type: SystemInt32
MaxAttemptsWindow
Type: SystemInt32
Login
Type: SystemString
Password
Type: SystemString
NewPassword
Type: SystemString
BumpExisting
Type: SystemBoolean
IP
Type: SystemString
LocalTime
Type: SystemDateTime
PasswordFormat
Type: DMLibraryDMPasswordFormat
loginResponse
Type: DMLibraryLoginResponse

Return Value

Type: String
See Also