PlayReadyDomainJoinServiceRequest.ProtectionSystem 屬性

定義

取得廠商內容保護系統識別碼。

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

屬性值

Guid

Platform::Guid

winrt::guid

廠商內容保護系統識別碼。 這個屬性值會區分基礎平臺的結束性。 在您想要支援的所有平臺上仔細測試您的應用程式,以確保在每個平臺上都使用正確的尾端性。

實作

備註

此屬性可讓應用程式識別正在使用的內容保護系統,因此如何解譯保護工作。

適用於