System.Security.AccessControl.SemaphoreAuditRule
Represents a set of access rights to be audited for a user or group. This class cannot be inherited.
namespace System.Security.AccessControl
{
public sealed class SemaphoreAuditRule : AuditRule
{
public SemaphoreRights SemaphoreRights { get; }
public SemaphoreAuditRule(IdentityReference identity, SemaphoreRights eventRights, AuditFlags flags);
}
}