IMediaProtectionServiceRequest.ProtectionSystem Property

Definition

Allows the application to identify the content protection system being used and therefore how to interpret the protection task.

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

Property Value

Guid

Platform::Guid

winrt::guid

The vendor content protection system ID.

Applies to