| EnterpriseServiceClientCheckLogin Method |
|
DataPA OpenAnalytics API Reference
Namespace: DataPAEnterpriseDashboard.EnterpriseServiceAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntaxpublic string CheckLogin(
string UserID,
string Password,
string AppServerInfo,
string SecurityCode,
ref string GroupID,
ref byte[] ServerSecurity
)
Public Function CheckLogin (
UserID As String,
Password As String,
AppServerInfo As String,
SecurityCode As String,
ByRef GroupID As String,
ByRef ServerSecurity As Byte()
) As String
public:
virtual String^ CheckLogin(
String^ UserID,
String^ Password,
String^ AppServerInfo,
String^ SecurityCode,
String^% GroupID,
array<unsigned char>^% ServerSecurity
) sealed
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:
StringImplements
IEnterpriseServiceCheckLogin(String, String, String, String, String, Byte)
See Also