PlayReadySecureStopServiceRequest.ProtectionSystem 属性

定义

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

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

属性值

Guid

Platform::Guid

winrt::guid

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

实现

注解

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

适用于