ContextType Enum

Definition

Specifies the type of store to which the principal belongs.

public enum class ContextType
public enum ContextType
type ContextType = 
Public Enum ContextType
Inheritance
ContextType

Fields

ApplicationDirectory 2

The application directory store. This represents the AD LDS store.

Domain 1

The domain store. This represents the AD DS store.

Machine 0

The computer store. This represents the SAM store.

Applies to