System.Security.AccessControl.MutexAuditRule.MutexAuditRule C# (CSharp) Method

MutexAuditRule() public method

public MutexAuditRule ( System identity, System eventRights, System flags )
identity System
eventRights System
flags System
        public MutexAuditRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.MutexRights 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

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