AddInSecurityLevel Enumeration
Specifies the trust level that is granted to the application domain that an add-in is loaded into.
Assembly: System.AddIn (in System.AddIn.dll)
| Member name | Description | |
|---|---|---|
| Internet | Use the Internet security level for add-ins that have a low trust level. | |
| Intranet | Use the Intranet security level for add-ins that are located on a company's intranet. These add-ins can have a greater trust level because the servers and information are within a company's firewall. | |
| FullTrust | Use the full trust security level for add-ins that are allowed to read and write to the local file system, create network connections, and read from the registry. This security level grants full access to the add-in's code access security (CAS) by applying the Unrestricted field. | |
| Host | Use the host security level to give the add-in the same permissions currently granted to the hosting code. This setting has two purposes:
|
The add-in system activates the add-in with the permission set that corresponds to the trust level specified for the add-in's application domain. That permission set is defined by the common language runtime's code access security (CAS) configuration.
The values of this enumeration cannot be combined by using the bitwise OR operation.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.