MediaProtectionPMPServer.Properties Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene la proprietà impostata per MediaProtectionPMPServer.
public:
property IPropertySet ^ Properties { IPropertySet ^ get(); };
IPropertySet Properties();
public IPropertySet Properties { get; }
var iPropertySet = mediaProtectionPMPServer.properties;
Public ReadOnly Property Properties As IPropertySet
Valore della proprietà
Proprietà impostata per MediaProtectionPMPServer.
Commenti
MediaProtectionPMPServer supporta le proprietà seguenti:
Proprietà | Descrizione |
---|---|
"Windows.Media.Protection.MediaProtectionSystemId" | GUID che rappresenta il sistema DRM usato dall'app. Ciò consente al sistema di determinare se drm hardware è supportato nel dispositivo. |
Windows.Media.Protection.UseSoftwareProtectionLayer | L'impostazione su true indica al sistema di usare DRM software anche se è disponibile DRM hardware nel dispositivo corrente. |