共用方式為


LicenseSourceId(Int64, Boolean) 建構函式

定義

初始化 LicenseSourceId 類別的新執行個體。

public LicenseSourceId (long identifier, bool restricted);
new Microsoft.Media.Drm.LicenseSourceId : int64 * bool -> Microsoft.Media.Drm.LicenseSourceId
Public Sub New (identifier As Long, restricted As Boolean)

參數

identifier
Int64

PlayReady 內容來源的識別碼。

restricted
Boolean

指出 PlayReady 內容的來源是否受到限制。

例外狀況

如果 identifier 為零且 為 true, restricted 則會擲回 。

備註

的有效值 identifier 列在 PlayReady 合規性規則檔中,隨附 PlayReady 授權合約。

適用於