Click or drag to resize
EnterpriseServiceClientOpenSecurity 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 OpenSecurity(
	string UserID,
	string Password,
	string AppServerInfo,
	ref byte[] ServerSecurity,
	string SecurityCode,
	ref string SecurityGUID,
	bool ReadUsersFromAppServer
)

Parameters

UserID
Type: SystemString
Password
Type: SystemString
AppServerInfo
Type: SystemString
ServerSecurity
Type: SystemByte
SecurityCode
Type: SystemString
SecurityGUID
Type: SystemString
ReadUsersFromAppServer
Type: SystemBoolean

Return Value

Type: String

Implements

IEnterpriseServiceOpenSecurity(String, String, String, Byte, String, String, Boolean)
See Also