RightsManagementInformation Methods
.NET Framework 4.5
The RightsManagementInformation type exposes the following members.
| 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.) |