C# Class System.Security.AccessControl.MutexAuditRule

Inheritance: AuditRule
Show file Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
MutexAuditRule ( System identity, System eventRights, System flags )
MutexAuditRule ( IdentityReference identity, MutexRights eventRights, AuditFlags flags ) : System

Private Methods

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

Method Details

MutexAuditRule() public method

public MutexAuditRule ( System identity, System eventRights, System flags )
identity System
eventRights System
flags System

MutexAuditRule() public method

public MutexAuditRule ( IdentityReference identity, MutexRights eventRights, AuditFlags flags ) : System
identity IdentityReference
eventRights MutexRights
flags AuditFlags
return System