Freigeben über


PlayEnabler Constructors

Definition

Overloads

PlayEnabler(Guid)

Initializes a new instance of the PlayEnabler class.

PlayEnabler(Guid, Byte[])

Initializes a new instance of the PlayEnabler class.

PlayEnabler(Guid)

Initializes a new instance of the PlayEnabler class.

public PlayEnabler (Guid technologyId);
new Microsoft.Media.Drm.PlayEnabler : Guid -> Microsoft.Media.Drm.PlayEnabler
Public Sub New (technologyId As Guid)

Parameters

technologyId
Guid

The Guid identifying the technology to which content is allowed to flow.

Remarks

Refer to the PlayReady Compliance Rules document that accompanies a PlayReady licensing agreement for more information on the allowed parameters for this method.

Applies to

PlayEnabler(Guid, Byte[])

Initializes a new instance of the PlayEnabler class.

public PlayEnabler (Guid technologyId, byte[] configurationData);
new Microsoft.Media.Drm.PlayEnabler : Guid * byte[] -> Microsoft.Media.Drm.PlayEnabler
Public Sub New (technologyId As Guid, configurationData As Byte())

Parameters

technologyId
Guid

The Guid identifying the technology to which content is allowed to flow.

configurationData
Byte[]

Additional configuration data for the technology.

Remarks

Refer to the PlayReady Compliance Rules document that accompanies a PlayReady licensing agreement for more information on the allowed parameters for this method.

Applies to