DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
True if the Server Security is unlocked
Attempts to unlock the Server Security.
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
C# |
---|
public bool UnLockServerSecurityData( ref string UserName = "", ref string Details = "", ref string DateTime = "", string Guid = "" ) |
Visual Basic |
---|
Public Function UnLockServerSecurityData ( Optional ByRef UserName As String = "", Optional ByRef Details As String = "", Optional ByRef DateTime As String = "", Optional Guid As String = "" ) As Boolean |
Visual C++ |
---|
public: virtual bool UnLockServerSecurityData( String^% UserName = L"", String^% Details = L"", String^% DateTime = L"", String^ Guid = L"" ) sealed |
Parameters
- UserName (Optional)
- Type: System..::..String%
The username
- Details (Optional)
- Type: System..::..String%
The password
- DateTime (Optional)
- Type: System..::..String%
The date and time
- Guid (Optional)
- Type: System..::..String
Return Value
Type: BooleanTrue if the Server Security is unlocked