EnterpriseServiceClientCheckAppServerSecurity Method |
|
DataPA OpenAnalytics API Reference
Namespace: DataPAClientConfig.EnterpriseServiceAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public int CheckAppServerSecurity(
string UserID,
string Password,
string AppServerInfo,
string SecurityCode,
string AppServerURL,
bool StateFree,
bool UseBLToAssignUserGroups,
bool UseBLforGroupPrivileges,
bool UseBLToDefineGroups,
ref string ErrorMessage
)
Public Function CheckAppServerSecurity (
UserID As String,
Password As String,
AppServerInfo As String,
SecurityCode As String,
AppServerURL As String,
StateFree As Boolean,
UseBLToAssignUserGroups As Boolean,
UseBLforGroupPrivileges As Boolean,
UseBLToDefineGroups As Boolean,
ByRef ErrorMessage As String
) As Integer
public:
virtual int CheckAppServerSecurity(
String^ UserID,
String^ Password,
String^ AppServerInfo,
String^ SecurityCode,
String^ AppServerURL,
bool StateFree,
bool UseBLToAssignUserGroups,
bool UseBLforGroupPrivileges,
bool UseBLToDefineGroups,
String^% ErrorMessage
) sealed
function CheckAppServerSecurity(UserID, Password, AppServerInfo, SecurityCode, AppServerURL, StateFree, UseBLToAssignUserGroups, UseBLforGroupPrivileges, UseBLToDefineGroups, ErrorMessage);
Parameters
- UserID
- Type: SystemString
- Password
- Type: SystemString
- AppServerInfo
- Type: SystemString
- SecurityCode
- Type: SystemString
- AppServerURL
- Type: SystemString
- StateFree
- Type: SystemBoolean
- UseBLToAssignUserGroups
- Type: SystemBoolean
- UseBLforGroupPrivileges
- Type: SystemBoolean
- UseBLToDefineGroups
- Type: SystemBoolean
- ErrorMessage
- Type: SystemString
Return Value
Type:
Int32Implements
IEnterpriseServiceCheckAppServerSecurity(String, String, String, String, String, Boolean, Boolean, Boolean, Boolean, String)See Also