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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.