System.Security.Permissions.UIPermission Members

The members of System.Security.Permissions.UIPermission are listed below.

See Also: Inherited members from System.Security.CodeAccessPermission

Public Constructors

Initializes a new instance of the System.Security.Permissions.UIPermission class with either fully restricted or unrestricted access, as specified.

Initializes a new instance of the System.Security.Permissions.UIPermission class with the permissions for the Clipboard, and no access to windows.

Initializes a new instance of the System.Security.Permissions.UIPermission class with the permissions for windows, and no access to the Clipboard.

Initializes a new instance of the System.Security.Permissions.UIPermission class with the specified permissions for windows and the Clipboard.

Public Properties

ClipboardUIPermissionClipboard.

Gets or sets the Clipboard access represented by the permission.

WindowUIPermissionWindow.

Gets or sets the window access represented by the permission.

Public Methods

override
Copy() : System.Security.IPermission

Creates and returns an identical copy of the current permission.

override
FromXml(System.Security.SecurityElement)

Reconstructs a permission with a specified state from an XML encoding.

override
Intersect(System.Security.IPermission) : System.Security.IPermission

Creates and returns a permission that is the intersection of the current permission and the specified permission.

override
IsSubsetOf(System.Security.IPermission) : bool

Determines whether the current permission is a subset of the specified permission.

IsUnrestricted() : bool

Returns a value indicating whether the current permission is unrestricted.

override
ToXml() : System.Security.SecurityElement

Creates an XML encoding of the permission and its current state.

override
Union(System.Security.IPermission) : System.Security.IPermission

Creates a permission that is the union of the permission and the specified permission.

Explicitly Implemented Interface Members

System.Security.Permissions.IBuiltInPermission.GetTokenIndexDocumentation for this section has not yet been entered.