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
Name | Value | Description |
---|---|---|
Safe | 1 | Safe access only. |
External | 2 | External access allowed. |
Unrestricted | 3 | Unrestricted access allowed |