---
title: Download manifest
description: The following files are included in the .NET Integration Kit .zip archive:
component: net
page_id: net:net:release_notes/pf_net_ik_download_manifest
canonical_url: https://docs.pingidentity.com/integrations/net/net/release_notes/pf_net_ik_download_manifest.html
llms_txt: https://docs.pingidentity.com/integrations/net/llms.txt
docs_for_agents: https://developer.pingidentity.com/build-with-ai/docs-for-agents.md
revdate: July 1, 2026
---

# Download manifest

The following files are included in the .NET Integration Kit `.zip` archive:

* `Legal.pdf`: Copyright and license information

* `/dist`: Contains the OpenToken agent for .NET:

  * `opentoken-agent.dll`: Agent Toolkit for .NET 8. Reference this library in your ASP.NET Core 8 application to read, write, and delete OpenToken.

  * `docs/` Agent Toolkit API documentation.

* `/sample`: Contains the prebuilt .NET 8 sample applications and the PingFederate configuration archive:

  * `/IdpSample`: IdP sample application binaries, ready to deploy.

  * `/SpSample`: SP sample application binaries, ready to deploy.

  * `data.zip`: PingFederate configuration archive. [Import this into PingFederate](http://docs.pingidentity.com/pingfederate/latest/administrators_reference_guide/help_configurationarchivetasklet_configurationarchiveimportstate.html) to configure the OpenToken Adapter instances and SP/IdP connections required to run the sample applications in standalone mode.

* `sample_src/`: Contains the full source code for both sample applications. Use this as a reference when integrating the OpenToken Agent into your own ASP.NET Core 8 application, or modify it to suit your environment.

  * `IdpSample/`: Source code for the IdP sample application.

  * `SpSample/` Source code for the SP sample application.

|   |                                                                                                                                                                              |
| - | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|   | The OpenToken Adapter isn't included in this integration `.zip` archive. Learn more in [Updating the OpenToken Adapter](../setup/pf_net_ik_updating_opentoken_adapter.html). |
