Méthode | Description | |
---|---|---|
AccessRuleFactory ( System identityReference, int accessMask, bool isInherited, System inheritanceFlags, System propagationFlags, System type, System objectType, System inheritedObjectType ) : System.Security.AccessControl.AccessRule | ||
AuditRuleFactory ( System identityReference, int accessMask, bool isInherited, System inheritanceFlags, System propagationFlags, System flags, System objectType, System inheritedObjectType ) : System.Security.AccessControl.AuditRule | ||
GetAccessRules ( bool includeExplicit, bool includeInherited, System targetType ) : System.Security.AccessControl.AuthorizationRuleCollection | ||
GetAuditRules ( bool includeExplicit, bool includeInherited, System targetType ) : System.Security.AccessControl.AuthorizationRuleCollection |
Méthode | Description | |
---|---|---|
AddAccessRule ( System rule ) : void | ||
AddAuditRule ( System rule ) : void | ||
DirectoryObjectSecurity ( ) | ||
DirectoryObjectSecurity ( System securityDescriptor ) | ||
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 |
public AccessRuleFactory ( System identityReference, int accessMask, bool isInherited, System inheritanceFlags, System propagationFlags, System type, System objectType, System inheritedObjectType ) : System.Security.AccessControl.AccessRule | ||
identityReference | System | |
accessMask | int | |
isInherited | bool | |
inheritanceFlags | System | |
propagationFlags | System | |
type | System | |
objectType | System | |
inheritedObjectType | System | |
Résultat | System.Security.AccessControl.AccessRule |
protected AddAccessRule ( System rule ) : void | ||
rule | System | |
Résultat | void |
protected AddAuditRule ( System rule ) : void | ||
rule | System | |
Résultat | void |
public AuditRuleFactory ( System identityReference, int accessMask, bool isInherited, System inheritanceFlags, System propagationFlags, System flags, System objectType, System inheritedObjectType ) : System.Security.AccessControl.AuditRule | ||
identityReference | System | |
accessMask | int | |
isInherited | bool | |
inheritanceFlags | System | |
propagationFlags | System | |
flags | System | |
objectType | System | |
inheritedObjectType | System | |
Résultat | System.Security.AccessControl.AuditRule |
protected DirectoryObjectSecurity ( System securityDescriptor ) | ||
securityDescriptor | System |
public GetAccessRules ( bool includeExplicit, bool includeInherited, System targetType ) : System.Security.AccessControl.AuthorizationRuleCollection | ||
includeExplicit | bool | |
includeInherited | bool | |
targetType | System | |
Résultat | System.Security.AccessControl.AuthorizationRuleCollection |
public GetAuditRules ( bool includeExplicit, bool includeInherited, System targetType ) : System.Security.AccessControl.AuthorizationRuleCollection | ||
includeExplicit | bool | |
includeInherited | bool | |
targetType | System | |
Résultat | System.Security.AccessControl.AuthorizationRuleCollection |
protected ModifyAccess ( System modification, System rule, bool &modified ) : bool | ||
modification | System | |
rule | System | |
modified | bool | |
Résultat | bool |
protected ModifyAudit ( System modification, System rule, bool &modified ) : bool | ||
modification | System | |
rule | System | |
modified | bool | |
Résultat | bool |
protected RemoveAccessRule ( System rule ) : bool | ||
rule | System | |
Résultat | bool |
protected RemoveAccessRuleAll ( System rule ) : void | ||
rule | System | |
Résultat | void |
protected RemoveAccessRuleSpecific ( System rule ) : void | ||
rule | System | |
Résultat | void |
protected RemoveAuditRule ( System rule ) : bool | ||
rule | System | |
Résultat | bool |
protected RemoveAuditRuleAll ( System rule ) : void | ||
rule | System | |
Résultat | void |
protected RemoveAuditRuleSpecific ( System rule ) : void | ||
rule | System | |
Résultat | void |
protected ResetAccessRule ( System rule ) : void | ||
rule | System | |
Résultat | void |
protected SetAccessRule ( System rule ) : void | ||
rule | System | |
Résultat | void |
protected SetAuditRule ( System rule ) : void | ||
rule | System | |
Résultat | void |