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