Share via


MasterKeySet(Guid, Byte[], Int32, List<RegionSet>) Constructor

Definition

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.

regionSets
List<RegionSet>

The list of RegionSet on which the master key set object is built.

Exceptions

Thrown if numberOfServices is less than one or greater than MaxValue.

Thrown if the masterKey is null.

Applies to