PlayReadyLicenseAcquisitionServiceRequest.ProtectionSystem Property

Definition

Gets the vendor content protection system identifier.

public:
 property Platform::Guid ProtectionSystem { Platform::Guid get(); };
winrt::guid ProtectionSystem();
public Guid ProtectionSystem { get; }
var guid = playReadyLicenseAcquisitionServiceRequest.protectionSystem;
Public ReadOnly Property ProtectionSystem As Guid

Property Value

Guid

Platform::Guid

winrt::guid

The vendor content protection system identifier. This property value is sensitive to the underlying platform's endianness. Carefully test your app on all platforms you intend to support to ensure that correct endianness is used on each platform.

Implements

Remarks

This property allows the app to identify the content protection system being used and therefore how to interpret the protection task.

Applies to