Enum DotNetSecurity
Enumeration of the security scope the target .net model is set to.
Namespace: CodeFactory.DotNet
Assembly: CodeFactory.DotNet.dll
Syntax
public enum DotNetSecurity
Fields
| Name | Description |
|---|---|
| Internal | Security is set to internal access |
| Private | Security is set to private access |
| Protected | Security is set to protected access |
| ProtectedInternal | Security is set to protected internal access |
| ProtectedOrInternal | Security is set to projected or internal access |
| Public | Security is set to public access |
| Unknown | Security scope is unknown |