MediaPermissionImage Enumeration
.NET Framework 4.5
Specifies the permission level for images.
Namespace: System.Security.Permissions
Assembly: WindowsBase (in WindowsBase.dll)
| Member name | Description | |
|---|---|---|
| NoImage | Permission that denies all images to be displayed. | |
| SiteOfOriginImage | Permission that only allows display of images that are located at the application's site of origin. | |
| SafeImage | Permission that allows safe, limited image display, which includes denying stream access to the image file. | |
| AllImage | Permission that allows unrestricted image display. |
Use this enumeration to set the Image property of the MediaPermission class. The default is SafeImage.
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.