This documentation is archived and is not being maintained.
RightsManagementInformation Class
Visual Studio 2010
Represents Digital Rights Management (DRM) information that is stored in an EncryptedPackageEnvelope.
Assembly: WindowsBase (in WindowsBase.dll)
The RightsManagementInformation type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CryptoProvider | Gets or sets the CryptoProvider for accessing the package's encrypted rights management data stream. |
| Name | Description | |
|---|---|---|
![]() | DeleteUseLicense | Deletes the UseLicense for a specified user from the encrypted rights management data stream. |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetEmbeddedUseLicenses | Returns a dictionary collection of user and UseLicense key/value pairs from the encrypted rights management data stream. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | LoadPublishLicense | Returns the embedded PublishLicense from the encrypted rights management data stream. |
![]() | LoadUseLicense | Returns a specified user's embedded UseLicense from the encrypted rights management data stream. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SavePublishLicense | Saves a given PublishLicense to the encrypted rights management data stream. |
![]() | SaveUseLicense | Saves a given UseLicense for a specified user to the encrypted rights management data stream. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
RightsManagementInformation provides access to the PublishLicense and UseLicense data stored in a rights managed protected Package.
Windows 7, Windows Vista SP1 or later, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
