MediaPlayer.ProtectionManager Eigenschaft

Definition

Ruft den Inhaltsschutz-Manager für die Medien ab oder legt diese fest.

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

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

Eigenschaftswert

Der Inhaltsschutz-Manager für die Medien.

Gilt für: