AdvancedLicense 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表具有進階功能的 PlayReady 授權。 這個類別是 abstract
。
public abstract class AdvancedLicense : Microsoft.Media.Drm.License
type AdvancedLicense = class
inherit License
Public MustInherit Class AdvancedLicense
Inherits License
- 繼承
- 衍生
建構函式
AdvancedLicense() |
初始化 AdvancedLicense 類別的新執行個體。 |
屬性
BeginDate |
取得或設定授權不正確日期和時間。 |
BindingKey |
取得或設定 IBindingKey 授權的 。 (繼承來源 License) |
ContentEncryptionKey |
取得或設定 ContentKey ,用來解密與此授權相關聯的內容。 (繼承來源 License) |
ExpirationDate |
取得或設定授權不正確日期和時間。 |
LeafContentKeyType |
取得或設定 ContentKeyType ,將用於系結至此授權內容金鑰的任何分葉授權。 (繼承來源 License) |
LicenseId |
取得授權的全域唯一識別碼。 (繼承來源 License) |
MinimumSecurityLevel |
取得或設定應用程式播放與此授權相關聯的受保護內容所需的最低安全性層級。 服務應該指定最低安全性層級,以限制將內容的播放限制為更安全的裝置和用戶端。 (繼承來源 License) |
RealTimeExpiration |
取得或設定是否要在授權上強制執行即時到期。 |
Rights |
取得物件的唯讀清單, Right 指出允許用戶端的許可權。 (繼承來源 License) |
SecureStop2AESKey |
取得或設定 SecureStop2AESKey。 |
SecureStopPublisherId |
取得或設定安全停止發行者識別碼。 |
Type |
取得或設定 LicenseType 授權的 。 |
方法
AddRight(Right) |
Right將 加入至授權。 |