We found here the next snippet of code:
bool Result = false;
Security.ModifyAccessRule(AccessControlModification.Set, AccessRule, out Result);
if (!Result)
return false;
In which exact cases "Result" is going to be false? Does anyone know? Please, help us.