Registry Auditing and Permissions
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Just wondering if it is possible to set the following using .Net 1.1 - Registry Auditing - Registry Permissioning - NTFS Auditing Any sample code will be of real help, thanks! h.
before c# there was darkness
-
Just wondering if it is possible to set the following using .Net 1.1 - Registry Auditing - Registry Permissioning - NTFS Auditing Any sample code will be of real help, thanks! h.
before c# there was darkness
In Net 2.0 you can use System.Security.AccessControl namespace for various options but in .Net 1.1 the only option is using P/Invoke
#region signature my articles #endregion