共用方式為


PlayReadyLicenseManagement.DeleteLicenses(PlayReadyContentHeader) 方法

定義

刪除符合指定內容標頭的授權。

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

參數

contentHeader
PlayReadyContentHeader

內容標頭,其中包含要與授權相符的金鑰識別碼。

傳回

執行刪除的非同步作業。

屬性

備註

如果用戶端想要播放其相關聯的內容,則此方法刪除的任何授權都必須從授權伺服器重新取得。

適用於