MediaPermissionAudio Enumeration
.NET Framework 4.5
Specifies the permission level for audio.
Namespace: System.Security.Permissions
Assembly: WindowsBase (in WindowsBase.dll)
| Member name | Description | |
|---|---|---|
| NoAudio | Permission that denies all audio playback. | |
| SiteOfOriginAudio | Permission that only allows audio playback of files that are located at the application's site of origin. | |
| SafeAudio | Permission that allows safe, limited audio playback, which includes denying stream access to the image file. | |
| AllAudio | Permission that allows unrestricted audio playback. |
Use this enumeration to set the MediaPermissionAudio property of the MediaPermission class. The default is SafeAudio.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.