1 instantiation of SAMStoreCtx
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\Context.cs (1)
1188storeCtx = new SAMStoreCtx(entry, true, _username, _password, _options);
8 references to SAMStoreCtx
System.DirectoryServices.AccountManagement (8)
System\DirectoryServices\AccountManagement\AD\SDSUtils.cs (2)
208Debug.Assert(storeCtx is ADStoreCtx || storeCtx is SAMStoreCtx); 275Debug.Assert(storeCtx is ADStoreCtx || storeCtx is SAMStoreCtx || storeCtx is ADAMStoreCtx);
System\DirectoryServices\AccountManagement\SAM\SAMGroupsSet.cs (2)
16internal SAMGroupsSet(UnsafeNativeMethods.IADsMembers iADsMembers, SAMStoreCtx storeCtx, DirectoryEntry ctxBase) 94private readonly SAMStoreCtx _storeCtx;
System\DirectoryServices\AccountManagement\SAM\SAMMembersSet.cs (2)
17internal SAMMembersSet(string groupPath, UnsafeNativeMethods.IADsGroup group, bool recursive, SAMStoreCtx storeCtx, DirectoryEntry ctxBase) 568private readonly SAMStoreCtx _storeCtx;
System\DirectoryServices\AccountManagement\SAM\SAMQuerySet.cs (2)
23SAMStoreCtx storeCtx, 177private readonly SAMStoreCtx _storeCtx;