ExplicitOutputProtection(Guid, Byte[]) 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 ExplicitOutputProtection class.
public ExplicitOutputProtection (Guid identifier, byte[] configurationData);
new Microsoft.Media.Drm.ExplicitOutputProtection : Guid * byte[] -> Microsoft.Media.Drm.ExplicitOutputProtection
Public Sub New (identifier As Guid, configurationData As Byte())
Parameters
- identifier
- Guid
The identifier specifying the type of extended technology.
- configurationData
- Byte[]
The configuration data that specifies the client's behavior when playing back on the extended technology.
Remarks
The PlayReady Compliance Rules document that accompanies a PlayReady licensing agreement specifies the valid values for the parameters to this method.