System.Drawing.Printing.PrintingPermission Members

The members of System.Drawing.Printing.PrintingPermission are listed below.

See Also: Inherited members from System.Security.CodeAccessPermission

Public Constructors

Initializes a new instance of the System.Drawing.Printing.PrintingPermission class with the level of printing access specified.

Initializes a new instance of the System.Drawing.Printing.PrintingPermission class with either fully restricted or unrestricted access, as specified.

Public Properties

LevelPrintingPermissionLevel.

Gets or sets the code's level of printing access.

Public Methods

override
Copy() : System.Security.IPermission

Creates and returns an identical copy of the current permission object.

override
FromXml(System.Security.SecurityElement)

Reconstructs a security object 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 object and a target permission object.

override
IsSubsetOf(System.Security.IPermission) : bool

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

IsUnrestricted() : bool

Gets a value indicating whether the permission is unrestricted.

override
ToXml() : System.Security.SecurityElement

Creates an XML encoding of the security object and its current state.

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

Creates a permission that combines the permission object and the target permission object.