E
escristian
C# Visual 2005.
I am trying to delete a performance counter category using this call:
PerformanceCounterCategory.Delete, and I get a securityexception if my
user is not an admin, from MSDN documentation it says I need the
PerformanceCounterPermissionAccess.Administer permission. Now can
someone please tell me how to check if I have that permission.
Thanks
I am trying to delete a performance counter category using this call:
PerformanceCounterCategory.Delete, and I get a securityexception if my
user is not an admin, from MSDN documentation it says I need the
PerformanceCounterPermissionAccess.Administer permission. Now can
someone please tell me how to check if I have that permission.
Thanks