PlayReadyLicenseManagement.DeleteLicenses(PlayReadyContentHeader) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
刪除符合指定內容標頭的授權。
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
內容標頭,其中包含要與授權相符的金鑰識別碼。
傳回
執行刪除的非同步作業。
- 屬性
備註
如果用戶端想要播放其相關聯的內容,則此方法刪除的任何授權都必須從授權伺服器重新取得。