Get started

The Rights Management Services SDK 2.1 platform enables developers to build applications that leverage RMS information protection via an RMS Server or Azure RMS. The platform handles complex security practices such as key management, encryption and decryption processing and, offers a simplified API for easy application development.

Get started with RMS SDK 2.1

This topic will guide you through the process of setting up and running your rights-enabled application in a testing environment. The following topics discuss how to set up your development environment and are listed such that they suggest an order that you could perform the tasks.

In this section

Topic Description
Release notes
This topic contains important information about this and previous releases of the RMS SDK 2.1.
Install the SDK
This topic guides you through installing the developer tools.
Configure Visual Studio
This topic contains instructions about how to configure a Visual Studio project to use the RMS SDK 2.1.
Developing your application
This topic contains essential guidance on the core aspects of an RMS enabled application and can serve as the foundation of your own application development.
Testing your application
This topic contains instructions about how to setup for your application testing.
Deploy into production
This topic guides you through deployment options for your rights-enabled application.
Once you've gotten started, check out some of our other [RMS samples](/previous-versions//dn133064(v=vs.85)). Then, stay current through our [RMS Developer's Corner](https://blogs.msdn.com/b/rms/).

Why use RMS SDK 2.1 for protecting your content

For developers who want to add RMS support to their new and existing applications, the RMS SDK 2.1 helps make it easier to:

  • Author manageable, compliant and robust RMS-aware applications.
  • Encrypt user data persistently. The data remains encrypted regardless of the environment, device, or operating system.
  • Enforce a rich set of usage restrictions, such as preventing screen captures of your sensitive data.
  • Support enterprise-managed protection policies.
  • Support new authentication mechanisms and encryption algorithms as they become available.

The RMS SDK 2.1 supports a range of important client and server platforms. For more information see, Supported platforms.

Core principles

**Simplicity** Feedback and usage patterns for the AD RMS SDK 1.0 were analyzed, and that data used to simplify or automate the most difficult programming tasks. RMS applications authored using the RMS SDK 2.1 typically require 5 10 times fewer lines of RMS code than RMS applications written using AD RMS SDK 1.0. **Write once** RMS SDK 2.1 applications do not need a code change or a recompile to work with the newest RMS features. New RMS features will become available in your existing application as they get added to the RMS server. **Consistency** RMS SDK 2.1 helps make it easy to write applications that consistently honor different RMS configurations. It also significantly reduces the amount of RMS user interface you, as the application developer, needs to author, encouraging a consistent look and feel and reducing the need for user education.

AD RMS samples

AD RMS Developer's Corner

Install the SDK

IPCHelloWorld - an example application

Overview

Supported platforms