Share via


ContentAuxKeySet Class

Definition

Represents all the keys used to encrypt the content key in a leaf license.

public class ContentAuxKeySet : Microsoft.Media.Drm.IBindingKey
type ContentAuxKeySet = class
    interface IBindingKey
Public Class ContentAuxKeySet
Implements IBindingKey
Inheritance
ContentAuxKeySet
Implements

Remarks

This is composed of one service key and zero or more restricted region keys from one region set. It is used to build leaf licenses and BindingKey is set to an instance of this class to create a scalable leaf license.

Constructors

ContentAuxKeySet(MasterKeySet, Int32)

Initializes a new instance of the ContentAuxKeySet class

Properties

BindingKeyType

Gets the binding key type of the content key.

RestrictedRegions

Gets or sets the regions that are blacked out for the specified service.

SourceMasterKeySet

Gets the MasterKeySet that was passed to ContentAuxKeySet(MasterKeySet, Int32).

UplinkKeyId

Gets the KeyId of the root license.

Applies to