MediaPlayer.ProtectionManager Свойство

Определение

Возвращает или задает диспетчер защиты содержимого для носителя.

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

Значение свойства

Диспетчер защиты содержимого для мультимедиа.

Применяется к