Configure Screen Capture Allow List
To add an app to the screen capture allow list, do the following steps:
-
Sign in to your Citrix Cloud account and select Workspace Configuration.
-
Select App Configuration > Security and Authentication > Configure > App Protection.
-
Click Screen Capture Allow List and select the Windows checkbox.
-
Click the Edit option.
The Manage settings for Windows screen appears.
-
Add the information about the app that you want to add to the Screen Capture Allow List.
For example,
[ { "name": "ScreenshotTool_1.exe", "signature": "ScreenshotTool_1 Signature", "publisher": "ScreenshotTool_1 Publisher" }, { "name": "Screenshottool_2.exe", "signature": "", "publisher": "" } ]
Note:
- The
name
has to be mandatorily filled. At the same time, thepublisher
andsignature
aren’t mandatory. However, It’s recommended to add the relevantpublisher
andsignature
to ensure that only the allow listed app can take the screenshots. - Without
publisher
andsignature
values, a malicious application with the same name can capture screenshots. - Also, you can add multiple apps to the Screen Capture Allow-list by adding multiple entries in this block.
To get the
publisher
andsignature
information, see Get thepublisher
andsignature
information. - The
-
Click Save draft and then click Publish Drafts.
-
On the Publish Settings dialog box, click Yes.
Get the publisher
and signature
information
To get the publisher
and signature
information, do the following steps:
-
Open the file location where you have the relevant
.exe
file of the app. -
Right-click on the
.exe
file and then click Properties. A properties pop-up screen appears. -
Click Digital Signatures. The Name of signer is the
publisher
value. -
Click the first entry in the Name of signer and then click Details > View Certificate.
-
Click Details > Thumbprint. The content that appears in the textbox is the
signature
.