5 references to Local
System.DirectoryServices.AccountManagement (5)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (2)
1227
if (groupTypeValue.HasValue && ((groupTypeValue.Value & ADGroupScope.
Local
) == ADGroupScope.
Local
))
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (3)
1050
else if ((groupTypeCombined & ADGroupScope.
Local
) != 0) // ADS_GROUP_TYPE_DOMAIN_LOCAL_GROUP
1445
Utils.ClearBit(ref groupTypeCombined, ADGroupScope.
Local
);
1452
Utils.SetBit(ref groupTypeCombined, ADGroupScope.
Local
);