7 references to PrincipalContext
System.DirectoryServices.AccountManagement (7)
System\DirectoryServices\AccountManagement\AD\SDSCache.cs (1)
169ctx = new PrincipalContext(
System\DirectoryServices\AccountManagement\Context.cs (6)
357this(contextType, null, null, PrincipalContext.GetDefaultOptionForStore(contextType), null, null) 361this(contextType, name, null, PrincipalContext.GetDefaultOptionForStore(contextType), null, null) 365this(contextType, name, container, PrincipalContext.GetDefaultOptionForStore(contextType), null, null) 369this(contextType, name, container, options, null, null) 373this(contextType, name, null, PrincipalContext.GetDefaultOptionForStore(contextType), userName, password) 377this(contextType, name, container, PrincipalContext.GetDefaultOptionForStore(contextType), userName, password)