PlayReadyLicenseManagement.DeleteLicenses(PlayReadyContentHeader) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deletes licenses that match the specified content header.
public:
static IAsyncAction ^ DeleteLicenses(PlayReadyContentHeader ^ contentHeader);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncAction DeleteLicenses(PlayReadyContentHeader const& contentHeader);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncAction DeleteLicenses(PlayReadyContentHeader contentHeader);
function deleteLicenses(contentHeader)
Public Shared Function DeleteLicenses (contentHeader As PlayReadyContentHeader) As IAsyncAction
Parameters
- contentHeader
- PlayReadyContentHeader
Content header with a key identifier with which to match licenses.
Returns
The asynchronous operation performing the deletion.
- Attributes
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.