PlayReadyIndividualizationServiceRequest.ProtectionSystem 属性

定义

获取供应商内容保护系统标识符。

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

属性值

Guid

Platform::Guid

winrt::guid

供应商内容保护系统标识符。 此属性值对基础平台的结束度敏感。 在打算支持的所有平台上仔细测试应用,以确保在每个平台上使用正确的结束度。

实现

注解

此属性允许应用识别正在使用的内容保护系统,从而识别如何解释保护任务。

适用于