ClientConfigUnLockServerSecurityData Method |
|
DataPA OpenAnalytics API Reference
Attempts to unlock the Server Security.
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public bool UnLockServerSecurityData(
ref string UserName = "",
ref string Details = "",
ref string DateTime = "",
string Guid = ""
)
Public Function UnLockServerSecurityData (
Optional ByRef UserName As String = "",
Optional ByRef Details As String = "",
Optional ByRef DateTime As String = "",
Optional Guid As String = ""
) As Boolean
public:
virtual bool UnLockServerSecurityData(
String^% UserName = L"",
String^% Details = L"",
String^% DateTime = L"",
String^ Guid = L""
) sealed
function UnLockServerSecurityData(UserName, Details, DateTime, Guid);
Parameters
- UserName (Optional)
- Type: SystemString
The username - Details (Optional)
- Type: SystemString
The password - DateTime (Optional)
- Type: SystemString
The date and time - Guid (Optional)
- Type: SystemString
Return Value
Type:
BooleanTrue if the Server Security is unlocked
Remarks See Also