ClientKeySet(MasterKeySet) 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 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.