PlayReadyLicense 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表 PlayReady 授權的屬性。
public ref class PlayReadyLicense sealed : IPlayReadyLicense
public ref class PlayReadyLicense sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
class PlayReadyLicense final : IPlayReadyLicense
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
class PlayReadyLicense final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public sealed class PlayReadyLicense : IPlayReadyLicense
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public sealed class PlayReadyLicense
Public NotInheritable Class PlayReadyLicense
Implements IPlayReadyLicense
Public NotInheritable Class PlayReadyLicense
- 繼承
- 屬性
- 實作
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10240.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
|
備註
這個類別是用來查詢授權中繼資料。 它可以代表單一授權或整個授權鏈結,視授權列舉的執行方式而定。
版本歷程記錄
Windows 版本 | SDK 版本 | 新增值 |
---|---|---|
1703 | 15063 | ExpiresInRealTime |
1703 | 15063 | InMemoryOnly |
1703 | 15063 | SecureStopId |
1703 | 15063 | SecurityLevel |
屬性
ChainDepth |
取得目前 PlayReadyLicense 類別所表示之授權鏈結的鏈結深度。 |
DomainAccountID |
取得此授權所系結的網域帳戶識別碼。 |
ExpirationDate |
取得目前授權的到期日。 |
ExpireAfterFirstPlay |
取得媒體第一次播放之後,目前授權到期前的秒數。 |
ExpiresInRealTime |
取得值,這個值表示授權是否可以在播放中過期,或只有在嘗試全新播放時才會過期。 |
FullyEvaluated |
取得授權的狀態。 |
InMemoryOnly |
取得值,這個值表示授權是否為僅限記憶體內部。 |
SecureStopId |
取得處理 SecureStop 通訊協定伺服器端之服務之憑證的唯一識別碼。 |
SecurityLevel |
取得值,這個值表示授權的安全性層級。 |
UsableForPlay |
取得此授權是否可用於播放。 |
方法
GetKIDAtChainDepth(UInt32) |
取得指定鏈結深度上授權的 () 金鑰識別碼。 |