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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.