MediaPermission::IsUnrestricted Method ()

 

Returns a value indicating whether the current permission is unrestricted.

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

public:
virtual bool IsUnrestricted() sealed

Return Value

Type: System::Boolean

true if the audio, image, and video permissions are all unrestricted; otherwise, false.

The return value is true when the media permission values are AllAudio, AllImage, and SafeVideo.

The following code example shows how to determine whether the MediaPermission is unrestricted.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: