Click or drag to resize
EnterpriseServiceClientCheckLogin Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference

Namespace: DataPAClientConfig.EnterpriseService
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public string CheckLogin(
	string UserID,
	string Password,
	string AppServerInfo,
	string SecurityCode,
	ref string GroupID,
	ref byte[] ServerSecurity
)

Parameters

UserID
Type: SystemString
Password
Type: SystemString
AppServerInfo
Type: SystemString
SecurityCode
Type: SystemString
GroupID
Type: SystemString
ServerSecurity
Type: SystemByte

Return Value

Type: String

Implements

IEnterpriseServiceCheckLogin(String, String, String, String, String, Byte)
See Also