Click or drag to resize
EnterpriseServiceClient. SaveSecurity Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference

Namespace: DataPAEnterpriseDashboard.EnterpriseService
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public string SaveSecurity(
	string UserID,
	string Password,
	ref byte[] ServerSecurity,
	string SecurityCode,
	ref string SecurityGUID
)

Parameters

UserID
Type: System.String
Password
Type: System.String
ServerSecurity
Type:System.Byte[]
SecurityCode
Type: System.String
SecurityGUID
Type: System.String

Return Value

Type: String

Implements

IEnterpriseService.SaveSecurity(String, String,Byte[], String, String)
See Also