Bagikan melalui


MediaProtectionManager.Properties Properti

Definisi

Mendapatkan objek PropertySet yang berisi properti apa pun yang dilampirkan ke manajer perlindungan.

public:
 property IPropertySet ^ Properties { IPropertySet ^ get(); };
IPropertySet Properties();
public IPropertySet Properties { get; }
var iPropertySet = mediaProtectionManager.properties;
Public ReadOnly Property Properties As IPropertySet

Nilai Properti

Objek PropertySet yang berisi properti untuk manajer perlindungan ini.

Contoh

var cpsystems = new Windows.Foundation.Collections.PropertySet();

cpsystems["{1891D602-6F0A-40F7-90A1-3C24564F6D77}"] = "TestDRMInstall.Objects.AsfTrustedInput";

contentProtectionManager.Properties["Windows.Media.Protection.MediaProtectionSystemIdMapping"] = cpsystems;

Keterangan

Properti berikut didefinisikan:

NamaJenisDeskripsi
Windows.Media.Protection.VideoFrameAccessCertificateUINT8 ArraySertifikat aplikasi untuk mengakses bingkai dalam mode server bingkai.
Windows.Media.Protection.MediaProtectionSystemIdGUIDID Sistem Perlindungan
Windows.Media.Protection.MediaProtectionSystemContextUINT8 ArrayData yang terkait dengan sistem perlindungan untuk konten saat ini.
Windows.Media.Protection.MediaProtectionSystemIdMappingIPropertySetMengembalikan pemetaan id sistem perlindungan ke string untuk mengaktifkan objek input tepercaya. String untuk id sistem perlindungan harus dalam format GUID (termasuk {}) dalam huruf besar. Ini memetakan ke nama kelas dalam sistem perlindungan konten.
Windows.Media.Protection.MediaProtectionContainerGuidGUIDMenentukan skema Manajemen Hak Digital (DRM).

Berlaku untuk