ContentAuxKeySet(MasterKeySet, Int32) 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 ContentAuxKeySet class
public ContentAuxKeySet (Microsoft.Media.Drm.MasterKeySet masterKeySet, int service);
new Microsoft.Media.Drm.ContentAuxKeySet : Microsoft.Media.Drm.MasterKeySet * int -> Microsoft.Media.Drm.ContentAuxKeySet
Public Sub New (masterKeySet As MasterKeySet, service As Integer)
Parameters
- masterKeySet
- MasterKeySet
The MasterKeySet.
- service
- Int32
The service key.
Exceptions
Thrown if masterKeySet
is null.
Thrown if service
is greater than or equal to the NumberOfServices in masterKeySet
.