This repository contains a .NET client library and sample applications for integrating with the FTS Sealing Service.
The FTS Sealing Service enables applications to create and verify trusted digital seals on documents and other digital content. This repository provides everything required to quickly integrate sealing capabilities into .NET applications and demonstrates common implementation scenarios.
The .NET library provides:
- A strongly typed client for interacting with the FTS Sealing Service
- Authentication and service connectivity abstractions
- Models for requests and responses
- Error handling and diagnostics support
- Simplified APIs for common sealing operations
- .NET SDK (version as specified by the individual projects)
- Access to an FTS Sealing Service environment
- Appropriate credentials and permissions
dotnet buildNavigate to the desired sample project and run:
dotnet runRefer to the sample-specific documentation for configuration details and required settings.
Detailed documentation for the library, available APIs, configuration options, and usage guidance can be found in the corresponding project folders and source code comments.
For questions regarding the FTS Sealing Service, configuration, or integration guidance, please contact the service owners or consult the official service documentation.