PlayReadyLicenseManagement.DeleteLicenses(PlayReadyContentHeader) Method

Definition

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.

Applies to