1 type derived from ADStoreCtx
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\AD\ADAMStoreCtx.cs (1)
17
internal sealed partial class ADAMStoreCtx :
ADStoreCtx
1 instantiation of ADStoreCtx
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\Context.cs (1)
1182
storeCtx = new
ADStoreCtx
(entry, true, _username, _password, _options);
33 references to ADStoreCtx
System.DirectoryServices.AccountManagement (33)
System\DirectoryServices\AccountManagement\AD\ADDNConstraintLinkedAttrSet.cs (2)
47
ADStoreCtx
storeCtx) : base(groupDN, members, primaryGroupDN, queryMembersSearcher, recursive, storeCtx)
63
ADStoreCtx
storeCtx)
System\DirectoryServices\AccountManagement\AD\ADDNLinkedAttrSet.cs (9)
41
ADStoreCtx
storeCtx)
85
ADStoreCtx
storeCtx)
820
Debug.Assert(foreignGroup.Context.QueryCtx is
ADStoreCtx
);
824
_storeCtx = (
ADStoreCtx
)foreignGroup.Context.QueryCtx;
850
Debug.Assert(foreignGroup.Context.QueryCtx is
ADStoreCtx
);
854
_storeCtx = (
ADStoreCtx
)foreignGroup.Context.QueryCtx;
1293
private
ADStoreCtx
_storeCtx;
1294
private readonly
ADStoreCtx
_originalStoreCtx;
1372
public
ADStoreCtx
storeCtx;
System\DirectoryServices\AccountManagement\AD\ADEntriesSet.cs (3)
15
private readonly
ADStoreCtx
_storeCtx;
25
internal ADEntriesSet(SearchResultCollection src,
ADStoreCtx
storeCtx)
34
internal ADEntriesSet(SearchResultCollection src,
ADStoreCtx
storeCtx, object discriminant) : this(src, storeCtx)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (4)
717
Debug.Assert(originalStore is
ADStoreCtx
);
1387
if ((foreignContext is
ADStoreCtx
) && !(foreignContext is ADAMStoreCtx))
1390
ADStoreCtx
foreignADStore = (
ADStoreCtx
)foreignContext;
System\DirectoryServices\AccountManagement\AD\ADUtils.cs (4)
363
string p1DnsForestName = ((
ADStoreCtx
)p1.GetStoreCtxToUse()).DnsForestName;
364
string p2DnsForestName = ((
ADStoreCtx
)p2.GetStoreCtxToUse()).DnsForestName;
392
internal static Principal DirectoryEntryAsPrincipal(DirectoryEntry de,
ADStoreCtx
storeCtx)
410
internal static Principal SearchResultAsPrincipal(SearchResult sr,
ADStoreCtx
storeCtx, object discriminant)
System\DirectoryServices\AccountManagement\AD\SDSUtils.cs (3)
208
Debug.Assert(storeCtx is
ADStoreCtx
|| storeCtx is SAMStoreCtx);
275
Debug.Assert(storeCtx is
ADStoreCtx
|| storeCtx is SAMStoreCtx || storeCtx is ADAMStoreCtx);
783
string[] ncComponents = dn.Split(
ADStoreCtx
.s_comma);
System\DirectoryServices\AccountManagement\AD\TokenGroupsSet.cs (2)
18
ADStoreCtx
storeCtx,
32
private readonly
ADStoreCtx
_storeCtx;
System\DirectoryServices\AccountManagement\AuthZSet.cs (2)
376
Debug.Assert(ctx.QueryCtx is
ADStoreCtx
);
384
group = (GroupPrincipal)((
ADStoreCtx
)ctx.QueryCtx).FindPrincipalBySID(typeof(GroupPrincipal), ir, true);
System\DirectoryServices\AccountManagement\Context.cs (3)
780
ADStoreCtx
storeCtxUserGroupOrg = null;
781
ADStoreCtx
storeCtxComputer = null;
782
ADStoreCtx
storeCtxBase = null;
System\DirectoryServices\AccountManagement\PrincipalSearcher.cs (1)
283
if (_ctx.QueryCtx is
ADStoreCtx
)