PerformanceCounterPermissionEntry
Defines the smallest unit of a code access security permission that is set for a PerformanceCounter.
Gets the name of the performance counter category (performance object).
Gets the name of the server on which the category of the performance counter resides.
Gets the permission access level of the entry.
public PerformanceCounterPermissionEntry(PerformanceCounterPermissionAccess permissionAccess, string machineName, string categoryName)
Initializes a new instance of the PerformanceCounterPermissionEntry class.