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