> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/fr/knowledge-base/how-to-articles/certificate-security-provider-in-a-published-app-environment.md).

# Fournisseur de sécurité par certificat dans un environnement d'application publiée

Lors de la configuration d'un fournisseur de sécurité par certificat dans un environnement d'application publiée (Citrix, RemoteApp, XenApp) en tant que fournisseur de sécurité, l'utilisateur qui exécutera Remote Desktop Manager dans l'environnement RemoteApp (Citrix) devra disposer d'une autorisation de lecture sur le certificat. Si l'autorisation de lecture n'est pas correctement définie, Remote Desktop Manager générera la boîte de dialogue d'erreur CryptographicException - Keyset does not exist.

Ces étapes exigent que le certificat ait été installé avec succès sur la machine sur laquelle Remote Desktop Manager sera exécuté.

1. Ouvrez le ***Gestionnaire de certificats de l'ordinateur local*** sur la machine (certlm.msc).
2. Localisez les ***Certificats***.
3. Faites un clic droit sur ***Certificats - Toutes les tâches - Gérer les clés privées***.

<figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4859.png" alt=""><figcaption></figcaption></figure>

4. Accordez l'***Autorisation de lecture*** sur le fichier de certificat au(x) groupe(s) ou utilisateur(s) approprié(s).

{% hint style="info" %}
Consultez l'article de blogue Windows [Service failure with CryptographicException - Keyset does not exist](https://learn.microsoft.com/en-us/archive/blogs/dsnotes/service-failure-with-cryptographicexception-keyset-does-not-exist) pour découvrir d'autres méthodes de localisation du fichier de certificat.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.devolutions.net/rdm/fr/knowledge-base/how-to-articles/certificate-security-provider-in-a-published-app-environment.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
