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
主密钥集中的服务数。
例外
如果 小于 1 或大于 MaxValue,则numberOfServices
引发。
如果 为 null, masterKey
则引发。