Configure Screen Capture Allow List

To add an app to the screen capture allow list, do the following steps:

  1. Sign in to your Citrix Cloud account and select Workspace Configuration.

    Workspace Configuration

  2. Select App Configuration > Security and Authentication > Configure > App Protection.

    App configuration

  3. Click Screen Capture Allow List and select the Windows checkbox.

    Enable Screen Capture Allow List

  4. Click the Edit option.

    The Manage settings for Windows screen appears.

  5. 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": ""
     }
    ]
    <!--NeedCopy-->
    

    Sample for Screen Capture Allow List

    Note:

    • The name has to be mandatorily filled. At the same time, the publisher and signature aren’t mandatory. However, It’s recommended to add the relevantpublisher and signature to ensure that only the allow listed app can take the screenshots.
    • Without publisher and signature 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 and signature information, see Get the publisher and signature information.

  6. Click Save draft and then click Publish Drafts.

  7. On the Publish Settings dialog box, click Yes.

    Publish settings

Get the publisher and signature information

To get the publisher and signature information, do the following steps:

  1. Open the file location where you have the relevant .exe file of the app.

  2. Right-click on the .exe file and then click Properties. A properties pop-up screen appears.

  3. Click Digital Signatures. The Name of signer is the publisher value.

    Digital Signature

  4. Click the first entry in the Name of signer and then click Details > View Certificate.

    View certificate

  5. Click Details > Thumbprint. The content that appears in the textbox is the signature.

    Thumbprint

Configure Screen Capture Allow List