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