ContextType 枚举
定义
指定主体所属的存储区的类型。Specifies the type of store to which the principal belongs.
public enum class ContextType
public enum ContextType
type ContextType =
Public Enum ContextType
- 继承
字段
| ApplicationDirectory | 2 | 应用程序目录存储区。The application directory store. 这表示 AD LDS 存储区。This represents the AD LDS store. |
| Domain | 1 | 域存储区。The domain store. 这表示 AD DS 存储区。This represents the AD DS store. |
| Machine | 0 | 计算机存储区。The computer store. 这表示 SAM 存储区。This represents the SAM store. |