27 references to ApplicationDirectory
System.DirectoryServices.AccountManagement (27)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (7)
1173if ((p.ContextType == ContextType.ApplicationDirectory) || (p.Context.ServerInformation.OsVersion == DomainControllerMode.Win2k)) 1182if (p.ContextType != ContextType.ApplicationDirectory) 1260if (p.ContextType != ContextType.ApplicationDirectory) 1510Debug.Assert(foreignPrincipal.ContextType != ContextType.ApplicationDirectory); 1665if (g.Context.ContextType == ContextType.ApplicationDirectory || 1738if (p.ContextType != ContextType.Domain && p.ContextType != ContextType.ApplicationDirectory) 1975(member.ContextType != ContextType.Domain && member.ContextType != ContextType.ApplicationDirectory))
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (1)
1591Debug.Assert(member.ContextType == ContextType.Domain || member.ContextType == ContextType.ApplicationDirectory);
System\DirectoryServices\AccountManagement\Computer.cs (3)
18if (Context.ContextType == ContextType.ApplicationDirectory && this.GetType() == typeof(ComputerPrincipal)) 30if (Context.ContextType == ContextType.ApplicationDirectory && this.GetType() == typeof(ComputerPrincipal)) 33if (Context.ContextType != ContextType.ApplicationDirectory)
System\DirectoryServices\AccountManagement\Context.cs (14)
152if (_contextType == ContextType.ApplicationDirectory) 246if (_contextType == ContextType.Domain || _contextType == ContextType.ApplicationDirectory) 250if (_lastBindMethod == AuthMethod.Simple && (_fastConcurrentSupported || _contextType == ContextType.ApplicationDirectory)) 317if (_contextType == ContextType.Domain || _contextType == ContextType.ApplicationDirectory) 397if ((contextType == ContextType.Domain || contextType == ContextType.ApplicationDirectory) && 406(contextType != ContextType.ApplicationDirectory) 418if ((contextType == ContextType.ApplicationDirectory) && ((string.IsNullOrEmpty(container)) || (string.IsNullOrEmpty(name)))) 579case ContextType.ApplicationDirectory: 602Debug.Assert(_contextType == ContextType.ApplicationDirectory); 689if (_contextType == ContextType.ApplicationDirectory || _contextType == ContextType.Domain) 707if (_contextType == ContextType.ApplicationDirectory) 1124properties.contextType = ContextType.ApplicationDirectory; 1142if (properties.contextType == ContextType.ApplicationDirectory) 1176if (this.ContextType == ContextType.ApplicationDirectory)
System\DirectoryServices\AccountManagement\Group.cs (1)
30if (Context.ContextType != ContextType.ApplicationDirectory)
System\DirectoryServices\AccountManagement\User.cs (1)
31if (Context.ContextType != ContextType.ApplicationDirectory)