The Docusign SDK makes integrating Docusign into your apps and websites a seamless experience.
- Introduction
- Installation
- Dependencies
- API Reference
- Code Examples
- OAuth Implementations
- Changelog
- Support
- License
- Additional Resources
Docusign Monitor helps organizations protect their agreements with round-the-clock activity tracking. The Monitor API delivers this activity tracking information directly to existing security stacks or data visualization tools—enabling teams to detect unauthorized activity, investigate incidents, and quickly respond to verified threats. It also provides the flexibility security teams need to customize dashboards and alerts to meet specific business needs.
This client SDK is provided as open source, which enables you to customize its functionality to suit your particular use case. To do so, download or clone the repository. If the SDK’s given functionality meets your integration needs, or if you’re working through our code examples from the Docusign Developer Center, you merely need to install it by following the instructions below.
- API version: v2.0
- Latest SDK version (Including prerelease): 2.0.2
- Microsoft .NET version 4.6.2+ (4.7 recommended)
- Free developer account
- .NET Standard 2.0. See .NET Standard Selector for details on versioning for the individual components in .NET Standard.
- .NET Core 2.0 or above.
- Microsoft .NET version 4.6.2+.
- TLS 1.2
- Create a new C# project, or open an existing one.
- Select Tools -> NuGet Package Manager -> Manage NuGet Packages for Solution.
- Search for Docusign.
- Select DocuSign.Monitor.
- Select the check box next to your project name.
- Click Install.
- Create a new C# project, or open an existing one.
- Open the Package Manager Console by either method:
- Clicking Package Manager Console along the bottom of Visual Studio
- Clicking Tools -> NuGet Package Manager -> Package Manager Console
- In the Package Manager Console, type: Install-Package DocuSign.Monitor
This client has the following external dependencies:
- Newtonsoft.Json v13.0.3
- BouncyCastle.Cryptography v2.3.1
- System.ComponentModel.Annotations v5.0.0
- Microsoft.IdentityModel.JsonWebTokens v7.5.2
- Newtonsoft.Json v13.0.3
- BouncyCastle.Cryptography v2.3.1
- System.ComponentModel.Annotations v5.0.0
- Microsoft.IdentityModel.JsonWebTokens v7.5.2
You can refer to the API reference here.
Explore our GitHub repository for the Launcher, a self-executing package housing code examples for the Monitor C# SDK. This package showcases several common use cases and their respective source files. Additionally, you can download a version preconfigured for your Docusign developer account from Quickstart. These examples support both the Authorization Code Grant and JSON Web Token (JWT) authentication workflows.
For details regarding which type of OAuth grant will work best for your Docusign integration, see Choose OAuth Type in the Docusign Developer Center.
For security purposes, Docusign recommends using the Authorization Code Grant flow.
You can refer to the complete changelog here.
Log issues against this client SDK through GitHub. You can also reach out to us through Docusign Community and Stack Overflow.
The Docusign Monitor C# Client SDK is licensed under the MIT License.