| IEnterpriseServiceCheckLogin Method |
|
DataPA OpenAnalytics API Reference
Namespace: DataPAClientConfig.EnterpriseServiceAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntaxstring CheckLogin(
string UserID,
string Password,
string AppServerInfo,
string SecurityCode,
ref string GroupID,
ref byte[] ServerSecurity
)
Function CheckLogin (
UserID As String,
Password As String,
AppServerInfo As String,
SecurityCode As String,
ByRef GroupID As String,
ByRef ServerSecurity As Byte()
) As String
String^ CheckLogin(
String^ UserID,
String^ Password,
String^ AppServerInfo,
String^ SecurityCode,
String^% GroupID,
array<unsigned char>^% ServerSecurity
)
function CheckLogin(UserID, Password, AppServerInfo, SecurityCode, GroupID, ServerSecurity);
Parameters
- UserID
- Type: SystemString
- Password
- Type: SystemString
- AppServerInfo
- Type: SystemString
- SecurityCode
- Type: SystemString
- GroupID
- Type: SystemString
- ServerSecurity
- Type: SystemByte
Return Value
Type:
String
See Also