WatermarkVendor(Guid, Byte[], Int32) 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 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.