C# Class System.Security.AccessControl.SemaphoreAuditRule

Inheritance: AuditRule
Exibir arquivo Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
SemaphoreAuditRule ( System identity, System eventRights, System flags )
SemaphoreAuditRule ( IdentityReference identity, SemaphoreRights eventRights, AuditFlags flags ) : System

Private Methods

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

Method Details

SemaphoreAuditRule() public method

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

SemaphoreAuditRule() public method

public SemaphoreAuditRule ( IdentityReference identity, SemaphoreRights eventRights, AuditFlags flags ) : System
identity System.Security.Principal.IdentityReference
eventRights SemaphoreRights
flags AuditFlags
return System