IPlayReadyLicenseAcquisitionServiceRequest 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
執行授權取得程式。
public interface class IPlayReadyLicenseAcquisitionServiceRequest : IPlayReadyServiceRequest
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1569062725, 16031, 20296, 147, 225, 149, 48, 200, 213, 140, 62)]
struct IPlayReadyLicenseAcquisitionServiceRequest : IPlayReadyServiceRequest
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(1569062725, 16031, 20296, 147, 225, 149, 48, 200, 213, 140, 62)]
public interface IPlayReadyLicenseAcquisitionServiceRequest : IPlayReadyServiceRequest
Public Interface IPlayReadyLicenseAcquisitionServiceRequest
Implements IPlayReadyServiceRequest
- 衍生
- 屬性
- 實作
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10240.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
|
備註
您可以主動建立授權、從先前的服務要求作業傳回,或使用 MediaProtectionManager.ServiceRequested 事件傳遞至應用程式。
屬性
ChallengeCustomData |
取得或設定要求挑戰的自訂資料。 (繼承來源 IPlayReadyServiceRequest) |
ContentHeader |
取得目前的內容標頭屬性。 |
DomainServiceId |
取得目前網域服務識別碼屬性,該屬性會覆寫內容標頭中的服務識別碼。 |
ProtectionSystem |
允許應用程式識別正在使用的內容保護系統,因此如何解譯保護工作。 (繼承來源 IMediaProtectionServiceRequest) |
ResponseCustomData |
取得從服務回應中傳回的自訂資料。 (繼承來源 IPlayReadyServiceRequest) |
Type |
擷取IMediaProtectionServiceRequest執行之作業類型的GUID。 (繼承來源 IMediaProtectionServiceRequest) |
Uri |
取得或設定用來執行服務要求動作的 URI。 (繼承來源 IPlayReadyServiceRequest) |
方法
BeginServiceRequest() |
開始非同步服務要求作業。 (繼承來源 IPlayReadyServiceRequest) |
GenerateManualEnablingChallenge() |
開始手動啟用的程式。 (繼承來源 IPlayReadyServiceRequest) |
NextServiceRequest() |
傳回新的服務要求介面。 (繼承來源 IPlayReadyServiceRequest) |
ProcessManualEnablingResponse(Byte[]) |
處理手動啟用挑戰的原始二進位結果。 (繼承來源 IPlayReadyServiceRequest) |