Click or drag to resize
EnterpriseServiceClientSaveSecurity 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 SaveSecurity(
	string UserID,
	string Password,
	ref byte[] ServerSecurity,
	string SecurityCode,
	ref string SecurityGUID
)

Parameters

UserID
Type: SystemString
Password
Type: SystemString
ServerSecurity
Type: SystemByte
SecurityCode
Type: SystemString
SecurityGUID
Type: SystemString

Return Value

Type: String

Implements

IEnterpriseServiceSaveSecurity(String, String, Byte, String, String)
See Also