HostProtectionAttribute Properties
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Action | Gets or sets a security action.(Inherited from SecurityAttribute.) |
![]() | ExternalProcessMgmt | Gets or sets a value indicating whether external process management is exposed. |
![]() | ExternalThreading | Gets or sets a value indicating whether external threading is exposed. |
![]() | MayLeakOnAbort | Gets or sets a value indicating whether resources might leak memory if the operation is terminated. |
![]() | Resources | Gets or sets flags specifying categories of functionality that are potentially harmful to the host. |
![]() | SecurityInfrastructure | Gets or sets a value indicating whether the security infrastructure is exposed. |
![]() | SelfAffectingProcessMgmt | Gets or sets a value indicating whether self-affecting process management is exposed. |
![]() | SelfAffectingThreading | Gets or sets a value indicating whether self-affecting threading is exposed. |
![]() | SharedState | Gets or sets a value indicating whether shared state is exposed. |
![]() | Synchronization | Gets or sets a value indicating whether synchronization is exposed. |
![]() | TypeId | |
![]() | UI | Gets or sets a value indicating whether the user interface is exposed. |
![]() | Unrestricted | Gets or sets a value indicating whether full (unrestricted) permission to the resource protected by the attribute is declared.(Inherited from SecurityAttribute.) |
