PlayReadyHeader.DecryptorSetting Property
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.
Gets or sets the DecryptorSetup of the header.
public Microsoft.Media.Drm.DecryptorSetup DecryptorSetting { get; set; }
member this.DecryptorSetting : Microsoft.Media.Drm.DecryptorSetup with get, set
Public Property DecryptorSetting As DecryptorSetup
Property Value
The DecryptorSetup of the header.
Exceptions
On set, thrown if value is not defined in the DecryptorSetup enum.