RightsManagementInformation Class
Represents Digital Rights Management (DRM) information that is stored in an EncryptedPackageEnvelope.
Assembly: WindowsBase (in WindowsBase.dll)
| Name | Description | |
|---|---|---|
![]() | CryptoProvider | Gets or sets the CryptoProvider for accessing the package's encrypted rights management data stream. |
| Name | Description | |
|---|---|---|
![]() | DeleteUseLicense(ContentUser^) | 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 the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | LoadPublishLicense() | Returns the embedded PublishLicense from the encrypted rights management data stream. |
![]() | LoadUseLicense(ContentUser^) | Returns a specified user's embedded UseLicense from the encrypted rights management data stream. |
![]() | MemberwiseClone() | |
![]() | SavePublishLicense(PublishLicense^) | Saves a given PublishLicense to the encrypted rights management data stream. |
![]() | SaveUseLicense(ContentUser^, UseLicense^) | 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.
The following example shows how to initialize a RightsManagementInformation object for encryption.
The following example shows how to initialize a RightsManagementInformation object for decryption.
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


