1 write to ctxBase
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (1)
290this.ctxBase = ctxBase;
24 references to ctxBase
System.DirectoryServices.AccountManagement (24)
System\DirectoryServices\AccountManagement\AD\ADAMStoreCtx.cs (5)
59newDeChild.Options.PasswordPort = ctxBase.Options.PasswordPort; 98Debug.Assert(this.ctxBase != null); 103this.dnsHostName = ADUtils.GetServerName(this.ctxBase); 115string ctxBaseDN = (string)this.ctxBase.Properties["distinguishedName"][0]; 133pathName.Set(this.ctxBase.Path, 1 /* ADS_SETTYPE_FULL */);
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (16)
327ctxBase.Dispose(); 347Debug.Assert(this.ctxBase != null); 348return this.ctxBase.Path; 769ctxBase, 1027DirectorySearcher ds = new DirectorySearcher(this.ctxBase); 1432ds = new DirectorySearcher(fspContainer ?? dncContainer ?? this.ctxBase); 1504resultSet = new ADDNConstraintLinkedAttrSet(ADDNConstraintLinkedAttrSet.ConstraintType.ContainerStringMatch, this.ctxBase.Properties["distinguishedName"].Value, principalDN, new IEnumerable[] { memberOf }, primaryGroupDN, null, false, this); 1512DirectorySearcher[] memberSearcher = { SDSUtils.ConstructSearcher(this.ctxBase) }; 1605return new AuthZSet(sid, this.credentials, this.contextOptions, this.FlatDomainName, this, this.ctxBase); 1707DirectorySearcher ds = new DirectorySearcher(this.ctxBase); 2096UnsafeNativeMethods.IAdsObjectOptions objOptions = (UnsafeNativeMethods.IAdsObjectOptions)this.ctxBase.NativeObject; 2208UnsafeNativeMethods.IAdsObjectOptions objOptions = (UnsafeNativeMethods.IAdsObjectOptions)this.ctxBase.NativeObject; 2413Debug.Assert(this.ctxBase != null); 2421this.dnsHostName = ADUtils.GetServerName(this.ctxBase); 2425if (Uri.TryCreate(ctxBase.Path, UriKind.Absolute, out Uri ldapUri)) 2541pathName.Set(this.ctxBase.Path, 1 /* ADS_SETTYPE_FULL */);
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (2)
157de = this.ctxBase.Children.Add(rdn, objectClass); 473DirectorySearcher ds = new DirectorySearcher(this.ctxBase);
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_Query.cs (1)
120ps.UnderlyingSearcher = new DirectorySearcher(this.ctxBase);