7 writes to _storeCtx
System.DirectoryServices.AccountManagement (7)
System\DirectoryServices\AccountManagement\AD\ADDNLinkedAttrSet.cs (7)
54
_storeCtx
= storeCtx;
101
_storeCtx
= storeCtx;
824
_storeCtx
= (ADStoreCtx)foreignGroup.Context.QueryCtx;
854
_storeCtx
= (ADStoreCtx)foreignGroup.Context.QueryCtx;
946
_storeCtx
= _originalStoreCtx;
1067
_storeCtx
= _originalStoreCtx;
1133
_storeCtx
= adBookmark.storeCtx;
25 references to _storeCtx
System.DirectoryServices.AccountManagement (25)
System\DirectoryServices\AccountManagement\AD\ADDNLinkedAttrSet.cs (25)
139
return ADUtils.DirectoryEntryAsPrincipal((DirectoryEntry)this.current,
_storeCtx
);
142
return ADUtils.SearchResultAsPrincipal((SearchResult)this.current,
_storeCtx
, null);
216
_storeCtx
.Credentials,
217
_storeCtx
.AuthTypes);
219
_storeCtx
.InitializeNewDirectoryOptions((DirectoryEntry)this.current);
375
DirectoryEntry groupDE = SDSUtils.BuildDirectoryEntry(BuildPathFromDN(groupDN),
_storeCtx
.Credentials,
_storeCtx
.AuthTypes);
377
_storeCtx
.InitializeNewDirectoryOptions(groupDE);
457
_storeCtx
.Credentials,
458
_storeCtx
.AuthTypes);
460
_storeCtx
.InitializeNewDirectoryOptions(memberDE);
462
_storeCtx
.LoadDirectoryEntryAttributes(memberDE);
557
_storeCtx
.Credentials,
558
_storeCtx
.AuthTypes);
560
_storeCtx
.InitializeNewDirectoryOptions(groupDE);
631
_foreignMembersToReturn = new SidList(sidList,
_storeCtx
.DnsHostName,
_storeCtx
.Credentials);
655
foreignPrincipal =
_storeCtx
.ConstructFakePrincipalFromSID((byte[])_fakePrincipalMembers[0].Properties["objectSid"].Value);
673
UnknownPrincipal unknownPrincipal = UnknownPrincipal.CreateUnknownPrincipal(
_storeCtx
.OwningContext, sid, foreignSid.name);
696
foreignStoreCtx =
_storeCtx
;
702
PrincipalContext remoteCtx = SDSCache.Domain.GetContext(foreignSid.sidIssuerName,
_storeCtx
.Credentials, remoteOptions);
784
_storeCtx
.LoadDirectoryEntryAttributes(foreignDE);
1057
bookmark.storeCtx =
_storeCtx
;
1332
string userSuppliedServername =
_storeCtx
.UserSuppliedServerName;
1352
return "LDAP://" +
_storeCtx
.UserSuppliedServerName + "/" + escapedDn;