AccessControlType 枚举
定义
指定是否使用 AccessRule 对象来允许或拒绝访问。Specifies whether an AccessRule object is used to allow or deny access. 这些值不是标志,不能组合它们。These values are not flags, and they cannot be combined.
public enum class AccessControlType
public enum AccessControlType
type AccessControlType =
Public Enum AccessControlType
- 继承
字段
| Allow | 0 | 使用 AccessRule 对象来允许访问受保护对象。The AccessRule object is used to allow access to a secured object. |
| Deny | 1 | 使用 AccessRule 对象来拒绝访问受保护对象。The AccessRule object is used to deny access to a secured object. |