Partager via


ContentAuxKeySet(MasterKeySet, Int32) Constructor

Definition

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.

Applies to