11 references to IADsGroup
System.DirectoryServices.AccountManagement (11)
System\DirectoryServices\AccountManagement\SAM\SAMMembersSet.cs (5)
17
internal SAMMembersSet(string groupPath, UnsafeNativeMethods.
IADsGroup
group, bool recursive, SAMStoreCtx storeCtx, DirectoryEntry ctxBase)
248
_group = (UnsafeNativeMethods.
IADsGroup
)de.NativeObject;
582
private UnsafeNativeMethods.
IADsGroup
_group; // the group whose membership we're currently enumerating over
583
private readonly UnsafeNativeMethods.
IADsGroup
_originalGroup; // the group whose membership we started off with (before recursing)
599
public UnsafeNativeMethods.
IADsGroup
group;
System\DirectoryServices\AccountManagement\SAM\SAMQuerySet.cs (2)
828
UnsafeNativeMethods.
IADsGroup
iADsGroup = (UnsafeNativeMethods.
IADsGroup
)groupDE.NativeObject;
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx.cs (2)
764
UnsafeNativeMethods.
IADsGroup
iADsGroup = (UnsafeNativeMethods.
IADsGroup
)groupDE.NativeObject;
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx_LoadStore.cs (2)
1012
UnsafeNativeMethods.
IADsGroup
iADsGroup = (UnsafeNativeMethods.
IADsGroup
)de.NativeObject;