NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

UIPermissionWindow Enumeration

[To be supplied.]

[Visual Basic]
Public Enum UIPermissionWindow
[C#]
public enum UIPermissionWindow
[C++]
public enum UIPermissionWindow

[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.

Members

Member Name Description
AllWindows Users can use all windows and user input events without restriction.
NoWindows Users have no ability to use any windows or user interface events. Restricted to being UI-less.
SafeSubWindows Users can only use safe subwindows for drawing and user input events for user interface.
SafeTopLevelWindows Users can only use "safe" top-level windows for drawing and user input events for user interface. Special "safe" windows for use by partially trusted code are guaranteed to be clearly labeled, have minimum and maximum size restrictions. These restrictions prevent potentially malicious code from spoofing, such as imitating trusted system dialogs.

Requirements

Namespace: System.Security.Permissions

Assembly: mscorlib.dll

See Also

System.Security.Permissions Namespace