ContextType 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 type of store to which the principal belongs.
public enum class ContextType
public enum ContextType
type ContextType =
Public Enum ContextType
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Machine | 0 | The computer store. This represents the SAM store. |
Domain | 1 | The domain store. This represents the AD DS store. |
ApplicationDirectory | 2 | The application directory store. This represents the AD LDS store. |
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.