DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
The encrypted lockserver code.
Gets the encrypted lockserver code.
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
C# |
---|
public string LockServerCode { get; } |
Visual Basic |
---|
Public ReadOnly Property LockServerCode As String Get |
Visual C++ |
---|
public: virtual property String^ LockServerCode { String^ get () sealed; } |
Return Value
Type: StringThe encrypted lockserver code.
Remarks
Lock server codes are global unique values set on the AppServer as an environmental variable.
If an AppServer has a lock server code defined, it will not allow any DataPA client to connect,
unless it has a data location set to an AppServer with an identical lock server code.
This means the security settings and setup data were controlled the same, or a matching AppServer.