1 write to _context
System.DirectoryServices (1)
System\DirectoryServices\ActiveDirectory\DirectoryEntryManager.cs (1)
94
_context
= context;
8 references to _context
System.DirectoryServices (8)
System\DirectoryServices\ActiveDirectory\DirectoryEntryManager.cs (8)
157
_bindingPrefix ??= "LDAP://" +
_context
.GetServerName() + "/";
162
return Bind(_bindingPrefix + escapedDN,
_context
.UserName,
_context
.Password,
_context
.useServerBind());
180
distinguishedName = (string)PropertyManager.GetPropertyValue(
_context
, rootDSE, PropertyManager.RootDomainNamingContext)!;
186
distinguishedName = (string)PropertyManager.GetPropertyValue(
_context
, rootDSE, PropertyManager.DefaultNamingContext)!;
192
distinguishedName = (string)PropertyManager.GetPropertyValue(
_context
, rootDSE, PropertyManager.SchemaNamingContext)!;
198
distinguishedName = (string)PropertyManager.GetPropertyValue(
_context
, rootDSE, PropertyManager.ConfigurationNamingContext)!;