Share via


MediaElement.ProtectionManager Propriété

Définition

Obtient ou définit l’objet dédié pour la protection du contenu multimédia associé à cet élément MediaElement.

public:
 property MediaProtectionManager ^ ProtectionManager { MediaProtectionManager ^ get(); void set(MediaProtectionManager ^ value); };
MediaProtectionManager ProtectionManager();

void ProtectionManager(MediaProtectionManager value);
public MediaProtectionManager ProtectionManager { get; set; }
var mediaProtectionManager = mediaElement.protectionManager;
mediaElement.protectionManager = mediaProtectionManager;
Public Property ProtectionManager As MediaProtectionManager

Valeur de propriété

Objet dédié pour la protection du contenu multimédia.

Remarques

Consultez l’exemple PlayReady pour obtenir un exemple d’utilisation de ProtectionManager.

S’applique à