PlayReadyLicenseManagement
PlayReadyLicenseManagement
PlayReadyLicenseManagement
PlayReadyLicenseManagement
Class
Definition
Performs license management operations.
public : static class PlayReadyLicenseManagementpublic static class PlayReadyLicenseManagementPublic Static Class PlayReadyLicenseManagement// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Methods
DeleteLicenses(PlayReadyContentHeader) DeleteLicenses(PlayReadyContentHeader) DeleteLicenses(PlayReadyContentHeader) DeleteLicenses(PlayReadyContentHeader)
Deletes licenses that match the specified content header.
public : static IAsyncAction DeleteLicenses(PlayReadyContentHeader contentHeader)public static IAsyncAction DeleteLicenses(PlayReadyContentHeader contentHeader)Public Static Function DeleteLicenses(contentHeader As PlayReadyContentHeader) As IAsyncAction// You can use this method in JavaScript.
Parameters
- contentHeader
- PlayReadyContentHeader PlayReadyContentHeader PlayReadyContentHeader PlayReadyContentHeader
Content header with a key identifier with which to match licenses.
Returns
The asynchronous operation performing the deletion.
Remarks
Any licenses deleted by this method will have to be reacquired from the license server if the client wants to play back their associated content.