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