MasterKeySet Class
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.
Represents the Live TV service provider's service and region information.
public class MasterKeySet
type MasterKeySet = class
Public Class MasterKeySet
- Inheritance
-
MasterKeySet
Constructors
MasterKeySet(Guid, Byte[], Int32, List<RegionSet>) |
Initializes a new instance of the MasterKeySet class. |
Properties
Description |
Gets or sets a user-friendly description of the master key set. |
MasterKey |
Gets the master key for the master key set. |
MasterKeySetId |
Gets the identifier of the master key set. |
NumberOfServices |
Gets the number of services included in the master key set. |
RegionSets |
Gets the list of RegionSet on which the master key set is built. |
Methods
GetRegionSet(Int32) |
Gets the region set identified by a given region set identifier. |