6 references to SetBit
System.DirectoryServices.AccountManagement (6)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (1)
642
Utils.
SetBit
(ref uacValue, 0x2); // UF_ACCOUNTDISABLE
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (4)
1436
Utils.
SetBit
(ref groupTypeCombined, 0x80000000); // enabled --> set GROUP_TYPE_SECURITY_ENABLED
1452
Utils.
SetBit
(ref groupTypeCombined, ADGroupScope.Local);
1456
Utils.
SetBit
(ref groupTypeCombined, ADGroupScope.Global);
1461
Utils.
SetBit
(ref groupTypeCombined, ADGroupScope.Universal);
System\DirectoryServices\AccountManagement\AD\SDSUtils.cs (1)
760
Utils.
SetBit
(ref uacValue, bitmask);