Method | Description | |
---|---|---|
GetAccessRules ( bool includeExplicit, bool includeInherited, System targetType ) : System.Security.AccessControl.AuthorizationRuleCollection | ||
GetAuditRules ( bool includeExplicit, bool includeInherited, System targetType ) : System.Security.AccessControl.AuthorizationRuleCollection |
Method | Description | |
---|---|---|
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 |
protected AddAccessRule ( System rule ) : void | ||
rule | System | |
return | void |
protected AddAuditRule ( System rule ) : void | ||
rule | System | |
return | void |
protected CommonObjectSecurity ( bool isContainer ) | ||
isContainer | bool |
public GetAccessRules ( bool includeExplicit, bool includeInherited, System targetType ) : System.Security.AccessControl.AuthorizationRuleCollection | ||
includeExplicit | bool | |
includeInherited | bool | |
targetType | System | |
return | System.Security.AccessControl.AuthorizationRuleCollection |
public GetAuditRules ( bool includeExplicit, bool includeInherited, System targetType ) : System.Security.AccessControl.AuthorizationRuleCollection | ||
includeExplicit | bool | |
includeInherited | bool | |
targetType | System | |
return | System.Security.AccessControl.AuthorizationRuleCollection |
protected ModifyAccess ( System modification, System rule, bool &modified ) : bool | ||
modification | System | |
rule | System | |
modified | bool | |
return | bool |
protected ModifyAudit ( System modification, System rule, bool &modified ) : bool | ||
modification | System | |
rule | System | |
modified | bool | |
return | bool |
protected RemoveAccessRule ( System rule ) : bool | ||
rule | System | |
return | bool |
protected RemoveAccessRuleAll ( System rule ) : void | ||
rule | System | |
return | void |
protected RemoveAccessRuleSpecific ( System rule ) : void | ||
rule | System | |
return | void |
protected RemoveAuditRule ( System rule ) : bool | ||
rule | System | |
return | bool |
protected RemoveAuditRuleAll ( System rule ) : void | ||
rule | System | |
return | void |
protected RemoveAuditRuleSpecific ( System rule ) : void | ||
rule | System | |
return | void |
protected ResetAccessRule ( System rule ) : void | ||
rule | System | |
return | void |
protected SetAccessRule ( System rule ) : void | ||
rule | System | |
return | void |
protected SetAuditRule ( System rule ) : void | ||
rule | System | |
return | void |