Click or drag to resize

IIQAPISystemLogin Method

Log in to an ImageQuest cabinet as a system-level process.

Namespace:  Informa.ImageQuest.API.Library
Assembly:  Informa.ImageQuest.API.Library (in Informa.ImageQuest.API.Library.dll) Version: 14.3.0.0
Syntax
string SystemLogin(
	string cabinet
)

Parameters

cabinet
Type: SystemString
ImageQuest cabinet to connect to

Return Value

Type: String
A User Authentication Token associated with an ImageQuest connection to the specified cabinet as the special System user.
Remarks

The API consumer must call either this SystemLogin(String) method, the Login(String, String, String) method, or the SSOLogin(String) method, to obtain an authentication token before making any other requests to the API. This authentication token must be supplied to all other API methods.

Connections made via the SystemLogin(String) method are granted full access to the requested cabinet, and should be used with caution. All audited operations performed via the API will be assigned the special user name "System".

See Also