LicenseGenerator Object
You can use the LicenseGenerator object to create Windows Media Rights Manager version 1 licenses and get details about the license request. It is included for backward compatibility with players that do not support Windows Media Rights Manager 7 SDK or later. The LicenseGenerator object exposes the following methods.
Method | Description |
DeleteIssueEntry | Deletes an entry from the version 1 license database. |
Get | Retrieves license attribute values. |
InstallKeys | Installs new public and private keys in the database. |
IssueLicense | Creates the license from a challenge. |
Set | Specifies license attributes. |
See Also