C# 클래스 System.Security.AccessControl.MutexAuditRule

상속: AuditRule
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
MutexAuditRule ( System identity, System eventRights, System flags )
MutexAuditRule ( IdentityReference identity, MutexRights eventRights, AuditFlags flags ) : System

비공개 메소드들

메소드 설명
MutexAuditRule ( IdentityReference identity, int accessMask, bool isInherited, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AuditFlags flags ) : System

메소드 상세

MutexAuditRule() 공개 메소드

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

MutexAuditRule() 공개 메소드

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