.NET ACL 实时审核

发布于 2024-12-01 11:10:28 字数 118 浏览 2 评论 0原文

我想使用 .NET 跟踪 ACL 的实时更改,而不使用 EventLog 变体。

有谁知道这是否可能以及如何实现?我已经搜索了大约一周,但没有任何有用的结果。

谢谢,

施密茨

I want to track live changes to ACLs using .NET without using the EventLog variation.

Does anyone know if this is possible and howso? I've been searching for about a week without any helpful results.

Thanks,

JSchmitz

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

℉絮湮 2024-12-08 11:10:28

您应该只需要一个 FileSystemWatcher,其中 NotifyFilter 属性设置为安全

然后,您可以调用 GetAccessControl 获取已更改文件的当前 ACL/文件夹。

You should just need a FileSystemWatcher, with the NotifyFilter property set to Security.

You can then call GetAccessControl to get the current ACL for the changed file/folder.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文