ILicenseChallenge.WatermarkVendors Property
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.
Gets the set of WatermarkVendor supported by this client.
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Media.Drm.WatermarkVendor> WatermarkVendors { get; }
member this.WatermarkVendors : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Media.Drm.WatermarkVendor>
Public ReadOnly Property WatermarkVendors As ReadOnlyCollection(Of WatermarkVendor)
Property Value
The set of WatermarkVendor supported by this client.
Remarks
If this list is empty, the client does not support enabling or disabling watermarking via PlayReady. The OEM implementation on the client provides this information and its accuracy completely depends on the correctness of their port.