MasterKeySet(Guid, Byte[], Int32, List<RegionSet>) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 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
主要金鑰集中的服務數目。
例外狀況
如果 numberOfServices
小於一或大於 MaxValue ,則會擲回 。
如果 為 null, masterKey
則會擲回 。