我们找到了here的下一个代码段:
bool Result = false;
Security.ModifyAccessRule(AccessControlModification.Set, AccessRule, out Result);
if (!Result)
return false;
在哪些确切情况下,“结果”将为假?有人知道吗?请帮助我们。
答案 0 :(得分:0)
根据文档,如果成功修改了DACL,则Security.ModifyAccessRule
的结果将为true
;否则,false