共用方式為


MasterKeySet(Guid, Byte[], Int32, List<RegionSet>) 建構函式

定義

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

public MasterKeySet (Guid keySetId, byte[] masterKey, int numberOfServices, System.Collections.Generic.List<Microsoft.Media.Drm.RegionSet> regionSets);
new Microsoft.Media.Drm.MasterKeySet : Guid * byte[] * int * System.Collections.Generic.List<Microsoft.Media.Drm.RegionSet> -> Microsoft.Media.Drm.MasterKeySet
Public Sub New (keySetId As Guid, masterKey As Byte(), numberOfServices As Integer, regionSets As List(Of RegionSet))

參數

keySetId
Guid

識別 的 GUID MasterKeySet

masterKey
Byte[]

用來衍生所有服務和區域金鑰的主要金鑰。

numberOfServices
Int32

主要金鑰集中的服務數目。

regionSets
List<RegionSet>

建置主要金鑰集物件的清單 RegionSet

例外狀況

如果 numberOfServices 小於一或大於 MaxValue ,則會擲回 。

如果 為 null, masterKey 則會擲回 。

適用於