All Projects → docusign → docusign-esign-csharp-client

docusign / docusign-esign-csharp-client

Licence: MIT license
The Official DocuSign C# Client Library used to interact with the eSignature REST API. Send, sign, and approve documents using this client.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to docusign-esign-csharp-client

docusign-esign-node-client
The Official DocuSign Node.js Client Library used to interact with the eSign REST API. Send, sign, and approve documents using this client.
Stars: ✭ 129 (+15.18%)
Mutual labels:  esignature, electronic-signatures, docusign-api
code-examples-csharp
C# code examples and launcher
Stars: ✭ 34 (-69.64%)
Mutual labels:  docusign, esignature, esign
SignNowNodeSDK
The Official SignNow Node.js Client Library for interacting with SignNow REST API. Sign documents, request e-signatures, and build role-based workflows with multiple signers using this client.
Stars: ✭ 14 (-87.5%)
Mutual labels:  esignature, electronic-signatures, esign
hellosign-embedded
Embed HelloSign signature requests and templates in your web application.
Stars: ✭ 41 (-63.39%)
Mutual labels:  esignature, esign
code-examples-node
Node.js code examples and launcher
Stars: ✭ 40 (-64.29%)
Mutual labels:  docusign, esignature
docusign-bundle
Symfony bundle to create electronic signatures with DocuSign
Stars: ✭ 27 (-75.89%)
Mutual labels:  docusign, electronic-signatures
code-examples-php
PHP code examples
Stars: ✭ 34 (-69.64%)
Mutual labels:  docusign, esignature
alfresco-esign-cert
Alfresco client certificate signature (including Chrome)
Stars: ✭ 27 (-75.89%)
Mutual labels:  electronic-signatures
code-examples-python
Python code examples and launcher
Stars: ✭ 31 (-72.32%)
Mutual labels:  docusign
blockusign
A decentralized, encrypted document signing tool where you own and control your own documents, contracts and data. It is built on Blockstack
Stars: ✭ 48 (-57.14%)
Mutual labels:  docusign
xades4j
A Java library for XAdES signature services
Stars: ✭ 85 (-24.11%)
Mutual labels:  electronic-signatures
node-esigntech
电子签名、电子合同、电子签章、e签宝
Stars: ✭ 44 (-60.71%)
Mutual labels:  esign

The Official DocuSign eSignature C# Client SDK

Nuget version Nuget downloads Build status

Requirements

Compatibility

  • .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.5.2+; we no longer support version 4.5.1.
  • TLS 1.2

Installation

This 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.

NuGet Package Manager:

  1. Create a new C# project, or open an existing one.
  2. Select Tools > NuGet Package Manager > Manage NuGet Packages for Solution.
  3. Search for DocuSign.
  4. Select DocuSign.eSign.dll.
  5. Select the check box next to your project name.
  6. Click Install.

Package Manager Console:

  1. Create a new C# project, or open an existing one.
  2. Open the Package Manager Console by either method:
    1. Select Package Manager Console along the bottom of Visual Studio
    2. Select Tools > NuGet Package Manager > Package Manager Console
  3. In the Package Manager Console, type: Install-Package DocuSign.eSign.dll

Dependencies

This client has the following external dependencies:

.NET Standard v2 and .NET Core:

  • Microsoft.CSharp v4.5.0
  • Microsoft.IdentityModel.Protocols v5.4.0
  • Newtonsoft.Json 13.0.1
  • Portable.BouncyCastle v1.8.10
  • RestSharp v106.3.1
  • System.ComponentModel.Annotations v4.5.0
  • System.IdentityModel.tokens.Jwt v5.4.0

.NET Framework, version 4.5.2:

  • BouncyCastle v1.8.9
  • Microsoft.CSharp v4.5.0
  • Microsoft.IdentityModel.Protocols v5.4.0
  • Newtonsoft.Json 13.0.1
  • RestSharp v106.3.1
  • System.ComponentModel.Annotations v4.5.0
  • System.IdentityModel.tokens.Jwt v5.4.0

Code examples

You can find on our GitHub a self-executing package of code examples for the eSignature C# SDK, called a Launcher, that demonstrates common use cases. You can also download a version preconfigured for your DocuSign developer account from Quickstart. These examples can use either the Authorization Code Grant or JSON Web Token (JWT) authentication workflow.

OAuth implementations

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.

Support

Log issues against this client through GitHub. We also have an active developer community on Stack Overflow.

License

The DocuSign eSignature C# Client SDK is licensed under the MIT License.

Additional resources

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].