IRMGetLicense Interface
Previous | Next |
IRMGetLicense Interface
The IRMGetLicense interface provides methods to store and predeliver a license.
The interface enables client-side license acquisition (nonsilent license delivery), and can be implemented in a variety of user interfaces that enable consumers to make requests for a license. This interface is included with the Microsoft Windows Media Format SDK runtime on the client; it is not actually part of the Windows Media Rights Manager SDK.
In addition to the methods inherited from IDispatch, the IRMGetLicense interface exposes the following methods.
Method | Description |
GetAsyncCallStatus | Retrieves the status of the last call to the GetLicenseFromURLAsync method. |
GetDRMSecurityVersion | Returns the individualization version of the consumer's player. |
GetDRMVersion | Returns the DRM version of the consumer's player application. |
GetLicenseFromURL | Sends a license request and retrieves a license. |
GetLicenseFromURLAsync | Creates a separate thread to send a license request and retrieve a license. |
GetSystemInfo | Retrieves the Windows Media Rights Manager system information from the consumer's computer. |
StoreLicense | Stores a license on the consumer's computer. |
See Also
Previous | Next |