.NET SDK

View as Markdown

The official Dropbox Sign .NET SDK is generated from our OpenAPI specification and provides full API coverage.

Install

$dotnet add package Dropbox.Sign

Package: Dropbox.Sign on NuGet

Authenticate

Create a configuration, then pass it to API classes:

1var config = new Configuration();
2config.Username = "YOUR_API_KEY";
3
4var signatureRequestApi = new SignatureRequestApi(config);

Resources