Policy
Local Application Protection
Citrix Workspace
Policy overview
Key metadata and intent for this policy.
The Local Application Protection policy provides Anti-Keylogging and Anti-ScreenCapture protection to the locally installed applications on the Microsoft Windows operating system. When the policy is: - Not Configured - The Local Application Protection feature isn't integrated with the locally installed applications. - Enabled - Citrix Workspace app enables the Local Application Protection feature for the locally installed applications. - Disabled - Citrix Workspace app disables the Local Application Protection feature for the locally installed applications. The List of protected local applications field allows the administrator to add information of the local applications that must be protected. For example: { "containers": [ { "containerID": "4F402876-AB1A-4E9A-8B54-DE3CA0BFC23F", "containerName": "Text Editors", "antiKeyloggingEnabled": "true", "antiScreenCaptureEnabled": "false", "applications": [ { "applicationName": "notepad", "filePath": "C:\\windows\\system32\\notepad.exe", }, { "applicationName": "word", "filePath": "C:\\Program Files\\Microsoft Office\\root\\Office16\\winword.exe", "publisher": "Microsoft Corporation", "signature": "f9a36937c16d0a69a43981dacb6b5686fad84543", "fileMinVersion": "16.0.0.1", "fileMaxVersion": "16.0.15601.20148" } ] }, { "containerID": "GUID", "containerName": "container name", "antiKeyloggingEnabled": "true", "antiScreenCaptureEnabled": "false", "applications": [ { "applicationName": "application name", "filePath": "path-to-exe", "publisher": "signer name", "signature": "certificate thumprint", "fileMinVersion": "Minimum file version", "fileMaxVersion": "maximum file version" } ] } ] }
Registry values
How enabled and disabled states update the registry.
No explicit registry values are set for enabled or disabled states.
Policy elements
Inputs and configuration options exposed by this policy.
| Scope | Element | Type | Registry mapping | Constraints & behavior | Copy |
|---|---|---|---|---|---|
| Computer | List of Protected Local Applications: ID LocalAppProtectionlist_Value | list | Path SOFTWARE\Policies\Citrix\AppProtection Value name localAppProtection Type REG_MULTI_SZ | None |