Class HostProtectionAttribute
Inheritance
System.Object
HostProtectionAttribute
Assembly: IronZip.dll
Syntax
public sealed class HostProtectionAttribute : CodeAccessSecurityAttribute
Constructors
HostProtectionAttribute()
Declaration
public HostProtectionAttribute()
HostProtectionAttribute(SecurityAction)
Declaration
public HostProtectionAttribute(SecurityAction action)
Parameters
| Type |
Name |
Description |
| System.Security.Permissions.SecurityAction |
action |
|
Properties
ExternalProcessMgmt
Declaration
public bool ExternalProcessMgmt { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
ExternalThreading
Declaration
public bool ExternalThreading { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
MayLeakOnAbort
Declaration
public bool MayLeakOnAbort { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Resources
Declaration
public HostProtectionResource Resources { get; set; }
Property Value
SecurityInfrastructure
Declaration
public bool SecurityInfrastructure { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
SelfAffectingProcessMgmt
Declaration
public bool SelfAffectingProcessMgmt { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
SelfAffectingThreading
Declaration
public bool SelfAffectingThreading { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
SharedState
Declaration
public bool SharedState { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Synchronization
Declaration
public bool Synchronization { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
UI
Declaration
public bool UI { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Methods
CreatePermission()
Declaration
public override IPermission CreatePermission()
Returns
| Type |
Description |
| System.Security.IPermission |
|