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

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

공개 메소드들

메소드 설명
GetAccessRules ( bool includeExplicit, bool includeInherited, System targetType ) : System.Security.AccessControl.AuthorizationRuleCollection
GetAuditRules ( bool includeExplicit, bool includeInherited, System targetType ) : System.Security.AccessControl.AuthorizationRuleCollection

보호된 메소드들

메소드 설명
AddAccessRule ( System rule ) : void
AddAuditRule ( System rule ) : void
CommonObjectSecurity ( bool isContainer )
ModifyAccess ( System modification, System rule, bool &modified ) : bool
ModifyAudit ( System modification, System rule, bool &modified ) : bool
RemoveAccessRule ( System rule ) : bool
RemoveAccessRuleAll ( System rule ) : void
RemoveAccessRuleSpecific ( System rule ) : void
RemoveAuditRule ( System rule ) : bool
RemoveAuditRuleAll ( System rule ) : void
RemoveAuditRuleSpecific ( System rule ) : void
ResetAccessRule ( System rule ) : void
SetAccessRule ( System rule ) : void
SetAuditRule ( System rule ) : void

메소드 상세

AddAccessRule() 보호된 메소드

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

AddAuditRule() 보호된 메소드

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

CommonObjectSecurity() 보호된 메소드

protected CommonObjectSecurity ( bool isContainer )
isContainer bool

GetAccessRules() 공개 메소드

public GetAccessRules ( bool includeExplicit, bool includeInherited, System targetType ) : System.Security.AccessControl.AuthorizationRuleCollection
includeExplicit bool
includeInherited bool
targetType System
리턴 System.Security.AccessControl.AuthorizationRuleCollection

GetAuditRules() 공개 메소드

public GetAuditRules ( bool includeExplicit, bool includeInherited, System targetType ) : System.Security.AccessControl.AuthorizationRuleCollection
includeExplicit bool
includeInherited bool
targetType System
리턴 System.Security.AccessControl.AuthorizationRuleCollection

ModifyAccess() 보호된 메소드

protected ModifyAccess ( System modification, System rule, bool &modified ) : bool
modification System
rule System
modified bool
리턴 bool

ModifyAudit() 보호된 메소드

protected ModifyAudit ( System modification, System rule, bool &modified ) : bool
modification System
rule System
modified bool
리턴 bool

RemoveAccessRule() 보호된 메소드

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

RemoveAccessRuleAll() 보호된 메소드

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

RemoveAccessRuleSpecific() 보호된 메소드

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

RemoveAuditRule() 보호된 메소드

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

RemoveAuditRuleAll() 보호된 메소드

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

RemoveAuditRuleSpecific() 보호된 메소드

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

ResetAccessRule() 보호된 메소드

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

SetAccessRule() 보호된 메소드

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

SetAuditRule() 보호된 메소드

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