Click or drag to resize
ClientConfigUnLockServerSecurityData Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Attempts to unlock the Server Security.

Namespace: DataPAClientConfig
Assembly: 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 = ""
)

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: Boolean
True if the Server Security is unlocked
Remarks