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

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

공개 메소드들

메소드 설명
AccessRuleFactory ( IdentityReference identityReference, int accessMask, bool isInherited, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AccessControlType type ) : AccessRule
AccessRuleFactory ( System identityReference, int accessMask, bool isInherited, System inheritanceFlags, System propagationFlags, System type ) : System.Security.AccessControl.AccessRule
AddAccessRule ( EventWaitHandleAccessRule rule ) : void
AddAccessRule ( System rule ) : void
AddAuditRule ( EventWaitHandleAuditRule rule ) : void
AddAuditRule ( System rule ) : void
AuditRuleFactory ( IdentityReference identityReference, int accessMask, bool isInherited, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AuditFlags flags ) : AuditRule
AuditRuleFactory ( System identityReference, int accessMask, bool isInherited, System inheritanceFlags, System propagationFlags, System flags ) : System.Security.AccessControl.AuditRule
EventWaitHandleSecurity ( )
EventWaitHandleSecurity ( ) : System
RemoveAccessRule ( EventWaitHandleAccessRule rule ) : bool
RemoveAccessRule ( System rule ) : bool
RemoveAccessRuleAll ( EventWaitHandleAccessRule rule ) : void
RemoveAccessRuleAll ( System rule ) : void
RemoveAccessRuleSpecific ( EventWaitHandleAccessRule rule ) : void
RemoveAccessRuleSpecific ( System rule ) : void
RemoveAuditRule ( EventWaitHandleAuditRule rule ) : bool
RemoveAuditRule ( System rule ) : bool
RemoveAuditRuleAll ( EventWaitHandleAuditRule rule ) : void
RemoveAuditRuleAll ( System rule ) : void
RemoveAuditRuleSpecific ( EventWaitHandleAuditRule rule ) : void
RemoveAuditRuleSpecific ( System rule ) : void
ResetAccessRule ( EventWaitHandleAccessRule rule ) : void
ResetAccessRule ( System rule ) : void
SetAccessRule ( EventWaitHandleAccessRule rule ) : void
SetAccessRule ( System rule ) : void
SetAuditRule ( EventWaitHandleAuditRule rule ) : void
SetAuditRule ( System rule ) : void

비공개 메소드들

메소드 설명
EventWaitHandleSecurity ( SafeWaitHandle handle, AccessControlSections includeSections ) : System
EventWaitHandleSecurity ( String name, AccessControlSections includeSections ) : System
GetAccessControlSectionsFromChanges ( ) : AccessControlSections
Persist ( SafeWaitHandle handle ) : void
_HandleErrorCode ( int errorCode, string name, SafeHandle handle, object context ) : Exception

메소드 상세

AccessRuleFactory() 공개 메소드

public AccessRuleFactory ( IdentityReference identityReference, int accessMask, bool isInherited, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AccessControlType type ) : AccessRule
identityReference IdentityReference
accessMask int
isInherited bool
inheritanceFlags InheritanceFlags
propagationFlags PropagationFlags
type AccessControlType
리턴 AccessRule

AccessRuleFactory() 공개 메소드

public AccessRuleFactory ( System identityReference, int accessMask, bool isInherited, System inheritanceFlags, System propagationFlags, System type ) : System.Security.AccessControl.AccessRule
identityReference System
accessMask int
isInherited bool
inheritanceFlags System
propagationFlags System
type System
리턴 System.Security.AccessControl.AccessRule

AddAccessRule() 공개 메소드

public AddAccessRule ( EventWaitHandleAccessRule rule ) : void
rule EventWaitHandleAccessRule
리턴 void

AddAccessRule() 공개 메소드

public AddAccessRule ( System rule ) : void
rule System
리턴 void

AddAuditRule() 공개 메소드

public AddAuditRule ( EventWaitHandleAuditRule rule ) : void
rule EventWaitHandleAuditRule
리턴 void

AddAuditRule() 공개 메소드

public AddAuditRule ( System rule ) : void
rule System
리턴 void

AuditRuleFactory() 공개 메소드

public AuditRuleFactory ( IdentityReference identityReference, int accessMask, bool isInherited, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AuditFlags flags ) : AuditRule
identityReference IdentityReference
accessMask int
isInherited bool
inheritanceFlags InheritanceFlags
propagationFlags PropagationFlags
flags AuditFlags
리턴 AuditRule

AuditRuleFactory() 공개 메소드

public AuditRuleFactory ( System identityReference, int accessMask, bool isInherited, System inheritanceFlags, System propagationFlags, System flags ) : System.Security.AccessControl.AuditRule
identityReference System
accessMask int
isInherited bool
inheritanceFlags System
propagationFlags System
flags System
리턴 System.Security.AccessControl.AuditRule

EventWaitHandleSecurity() 공개 메소드

EventWaitHandleSecurity() 공개 메소드

public EventWaitHandleSecurity ( ) : System
리턴 System

RemoveAccessRule() 공개 메소드

public RemoveAccessRule ( EventWaitHandleAccessRule rule ) : bool
rule EventWaitHandleAccessRule
리턴 bool

RemoveAccessRule() 공개 메소드

public RemoveAccessRule ( System rule ) : bool
rule System
리턴 bool

RemoveAccessRuleAll() 공개 메소드

public RemoveAccessRuleAll ( EventWaitHandleAccessRule rule ) : void
rule EventWaitHandleAccessRule
리턴 void

RemoveAccessRuleAll() 공개 메소드

public RemoveAccessRuleAll ( System rule ) : void
rule System
리턴 void

RemoveAccessRuleSpecific() 공개 메소드

public RemoveAccessRuleSpecific ( EventWaitHandleAccessRule rule ) : void
rule EventWaitHandleAccessRule
리턴 void

RemoveAccessRuleSpecific() 공개 메소드

public RemoveAccessRuleSpecific ( System rule ) : void
rule System
리턴 void

RemoveAuditRule() 공개 메소드

public RemoveAuditRule ( EventWaitHandleAuditRule rule ) : bool
rule EventWaitHandleAuditRule
리턴 bool

RemoveAuditRule() 공개 메소드

public RemoveAuditRule ( System rule ) : bool
rule System
리턴 bool

RemoveAuditRuleAll() 공개 메소드

public RemoveAuditRuleAll ( EventWaitHandleAuditRule rule ) : void
rule EventWaitHandleAuditRule
리턴 void

RemoveAuditRuleAll() 공개 메소드

public RemoveAuditRuleAll ( System rule ) : void
rule System
리턴 void

RemoveAuditRuleSpecific() 공개 메소드

public RemoveAuditRuleSpecific ( EventWaitHandleAuditRule rule ) : void
rule EventWaitHandleAuditRule
리턴 void

RemoveAuditRuleSpecific() 공개 메소드

public RemoveAuditRuleSpecific ( System rule ) : void
rule System
리턴 void

ResetAccessRule() 공개 메소드

public ResetAccessRule ( EventWaitHandleAccessRule rule ) : void
rule EventWaitHandleAccessRule
리턴 void

ResetAccessRule() 공개 메소드

public ResetAccessRule ( System rule ) : void
rule System
리턴 void

SetAccessRule() 공개 메소드

public SetAccessRule ( EventWaitHandleAccessRule rule ) : void
rule EventWaitHandleAccessRule
리턴 void

SetAccessRule() 공개 메소드

public SetAccessRule ( System rule ) : void
rule System
리턴 void

SetAuditRule() 공개 메소드

public SetAuditRule ( EventWaitHandleAuditRule rule ) : void
rule EventWaitHandleAuditRule
리턴 void

SetAuditRule() 공개 메소드

public SetAuditRule ( System rule ) : void
rule System
리턴 void