6 references to ClearBit
System.DirectoryServices.AccountManagement (6)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (1)
633Utils.ClearBit(ref uacValue, 0x2); // UF_ACCOUNTDISABLE
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (4)
1434Utils.ClearBit(ref groupTypeCombined, 0x80000000); // disabled --> clear GROUP_TYPE_SECURITY_ENABLED 1445Utils.ClearBit(ref groupTypeCombined, ADGroupScope.Local); 1446Utils.ClearBit(ref groupTypeCombined, ADGroupScope.Global); 1447Utils.ClearBit(ref groupTypeCombined, ADGroupScope.Universal);
System\DirectoryServices\AccountManagement\AD\SDSUtils.cs (1)
762Utils.ClearBit(ref uacValue, bitmask);