AssemblySecurityLevel Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the access rights for an Assembly.
public enum AssemblySecurityLevel
type AssemblySecurityLevel =
Public Enum AssemblySecurityLevel
- Inheritance
-
AssemblySecurityLevel
Fields
External | 2 | External access allowed. |
Safe | 1 | Safe access only. |
Unrestricted | 3 | Unrestricted access allowed |