MediaProtectionManager.Properties Properti
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
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:
Nama | Jenis | Deskripsi |
---|---|---|
Windows.Media.Protection.VideoFrameAccessCertificate | UINT8 Array | Sertifikat aplikasi untuk mengakses bingkai dalam mode server bingkai. |
Windows.Media.Protection.MediaProtectionSystemId | GUID | ID Sistem Perlindungan |
Windows.Media.Protection.MediaProtectionSystemContext | UINT8 Array | Data yang terkait dengan sistem perlindungan untuk konten saat ini. |
Windows.Media.Protection.MediaProtectionSystemIdMapping | IPropertySet | Mengembalikan 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.MediaProtectionContainerGuid | GUID | Menentukan skema Manajemen Hak Digital (DRM). |