PrintingPermissionAttribute::CreatePermission Method ()

 

Creates the permission based on the requested access levels, which are set through the Level property on the attribute.

Namespace:   System.Drawing.Printing
Assembly:  System.Drawing (in System.Drawing.dll)

public:
virtual IPermission^ CreatePermission() override

Return Value

Type: System.Security::IPermission^

An IPermission that represents the created permission.

.NET Framework
Available since 1.1
Return to top
Show: