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