Share via


ClientKeySet(MasterKeySet) Constructor

Definition

Initializes a new instance of the ClientKeySet class

public ClientKeySet (Microsoft.Media.Drm.MasterKeySet masterKeySet);
new Microsoft.Media.Drm.ClientKeySet : Microsoft.Media.Drm.MasterKeySet -> Microsoft.Media.Drm.ClientKeySet
Public Sub New (masterKeySet As MasterKeySet)

Parameters

masterKeySet
MasterKeySet

The MasterKeySet containing the information needed to derive keys for services and regions in the ClientKeySet.

Exceptions

Thrown if masterKeySet is null.

Applies to