MasterKeySet(Guid, Byte[], Int32, List<RegionSet>) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the MasterKeySet class.
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))
Parameters
- keySetId
- Guid
The GUID that identifies the MasterKeySet
- masterKey
- Byte[]
The master key used to derive all the service and region keys.
- numberOfServices
- Int32
The number of services in the master key set.
Exceptions
Thrown if numberOfServices
is less than one or greater than MaxValue.
Thrown if the masterKey
is null.