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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.