ContextType 枚举

定义

指定主体所属的存储区的类型。

public enum class ContextType
public enum ContextType
type ContextType = 
Public Enum ContextType
继承
ContextType

字段

ApplicationDirectory 2

应用程序目录存储区。 这表示 AD LDS 存储区。

Domain 1

域存储区。 这表示 AD DS 存储区。

Machine 0

计算机存储区。 这表示 SAM 存储区。

适用于