Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

MediaPermissionVideo Enumeration

Specifies the permission level for video.

Namespace: System.Security.Permissions
Assembly: WindowsBase (in windowsbase.dll)

'Declaration
Public Enumeration MediaPermissionVideo
'Usage
Dim instance As MediaPermissionVideo

public enum MediaPermissionVideo
public enum MediaPermissionVideo
<object property="EnumerationValue" .../>

 Member nameDescription
AllVideoPermission that allows unrestricted video playback. 
NoVideoPermission that denies all video playback. 
SafeVideoPermission that allows safe, limited video playback, which includes denying stream access to the image file. 
SiteOfOriginVideoPermission that only allows video playback of files that are located at the application's site of origin. 

Use this enumeration to set the Video property of the MediaPermission class. The default is SafeVideo.

The following code example shows the use of the Video property.

[MediaPermissionAttribute(SecurityAction.Demand, Video = MediaPermissionVideo.NoVideo)]

Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0

Community Additions

Show:
© 2017 Microsoft