Freigeben über


ExplicitOutputProtection(Guid, Byte[]) Constructor

Definition

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.

Applies to