다음을 통해 공유


WatermarkVendor(Guid, Byte[], Int32) Constructor

Definition

Initializes a new instance of the WatermarkVendor class.

public WatermarkVendor (Guid id, byte[] data, int securityLevel);
new Microsoft.Media.Drm.WatermarkVendor : Guid * byte[] * int -> Microsoft.Media.Drm.WatermarkVendor
Public Sub New (id As Guid, data As Byte(), securityLevel As Integer)

Parameters

id
Guid

The unique identifier for the watermarking vendor as defined in the PlayReady Compliance Rules document that accompanies a PlayReady licensing agreement.

data
Byte[]

The opaque data associated with this watermarking vendor.

securityLevel
Int32

The security level at which watermarking is enforced.

Applies to