System.Security.AccessControl.SemaphoreAuditRule.SemaphoreAuditRule C# (CSharp) Méthode

SemaphoreAuditRule() public méthode

public SemaphoreAuditRule ( System identity, System eventRights, System flags )
identity System
eventRights System
flags System
        public SemaphoreAuditRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.SemaphoreRights eventRights, System.Security.AccessControl.AuditFlags flags)
            : base(default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AuditFlags))
        {
        }

Same methods

SemaphoreAuditRule::SemaphoreAuditRule ( IdentityReference identity, SemaphoreRights eventRights, AuditFlags flags ) : System
SemaphoreAuditRule::SemaphoreAuditRule ( IdentityReference identity, int accessMask, bool isInherited, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AuditFlags flags ) : System
SemaphoreAuditRule