Method | Description | |
---|---|---|
AccessRuleFactory ( IdentityReference identityReference, int accessMask, bool isInherited, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AccessControlType type ) : |
||
AccessRuleFactory ( System identityReference, int accessMask, bool isInherited, System inheritanceFlags, System propagationFlags, System type ) : System.Security.AccessControl.AccessRule | ||
AddAccessRule ( |
||
AddAccessRule ( System rule ) : void | ||
AddAuditRule ( |
||
AddAuditRule ( System rule ) : void | ||
AuditRuleFactory ( IdentityReference identityReference, int accessMask, bool isInherited, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AuditFlags flags ) : |
||
AuditRuleFactory ( System identityReference, int accessMask, bool isInherited, System inheritanceFlags, System propagationFlags, System flags ) : System.Security.AccessControl.AuditRule | ||
EventWaitHandleSecurity ( ) | ||
EventWaitHandleSecurity ( ) : System | ||
RemoveAccessRule ( |
||
RemoveAccessRule ( System rule ) : bool | ||
RemoveAccessRuleAll ( |
||
RemoveAccessRuleAll ( System rule ) : void | ||
RemoveAccessRuleSpecific ( |
||
RemoveAccessRuleSpecific ( System rule ) : void | ||
RemoveAuditRule ( |
||
RemoveAuditRule ( System rule ) : bool | ||
RemoveAuditRuleAll ( |
||
RemoveAuditRuleAll ( System rule ) : void | ||
RemoveAuditRuleSpecific ( |
||
RemoveAuditRuleSpecific ( System rule ) : void | ||
ResetAccessRule ( |
||
ResetAccessRule ( System rule ) : void | ||
SetAccessRule ( |
||
SetAccessRule ( System rule ) : void | ||
SetAuditRule ( |
||
SetAuditRule ( System rule ) : void |
Method | Description | |
---|---|---|
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 ) : |
public AccessRuleFactory ( IdentityReference identityReference, int accessMask, bool isInherited, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AccessControlType type ) : |
||
identityReference | IdentityReference | |
accessMask | int | |
isInherited | bool | |
inheritanceFlags | InheritanceFlags | |
propagationFlags | PropagationFlags | |
type | AccessControlType | |
return |
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 | |
return | System.Security.AccessControl.AccessRule |
public AddAccessRule ( |
||
rule | ||
return | void |
public AddAuditRule ( |
||
rule | ||
return | void |
public AuditRuleFactory ( IdentityReference identityReference, int accessMask, bool isInherited, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AuditFlags flags ) : |
||
identityReference | IdentityReference | |
accessMask | int | |
isInherited | bool | |
inheritanceFlags | InheritanceFlags | |
propagationFlags | PropagationFlags | |
flags | AuditFlags | |
return |
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 | |
return | System.Security.AccessControl.AuditRule |
public RemoveAccessRule ( |
||
rule | ||
return | bool |
public RemoveAccessRule ( System rule ) : bool | ||
rule | System | |
return | bool |
public RemoveAccessRuleAll ( |
||
rule | ||
return | void |
public RemoveAccessRuleAll ( System rule ) : void | ||
rule | System | |
return | void |
public RemoveAccessRuleSpecific ( |
||
rule | ||
return | void |
public RemoveAccessRuleSpecific ( System rule ) : void | ||
rule | System | |
return | void |
public RemoveAuditRule ( |
||
rule | ||
return | bool |
public RemoveAuditRule ( System rule ) : bool | ||
rule | System | |
return | bool |
public RemoveAuditRuleAll ( |
||
rule | ||
return | void |
public RemoveAuditRuleAll ( System rule ) : void | ||
rule | System | |
return | void |
public RemoveAuditRuleSpecific ( |
||
rule | ||
return | void |
public RemoveAuditRuleSpecific ( System rule ) : void | ||
rule | System | |
return | void |
public ResetAccessRule ( |
||
rule | ||
return | void |
public ResetAccessRule ( System rule ) : void | ||
rule | System | |
return | void |
public SetAccessRule ( |
||
rule | ||
return | void |
public SetAuditRule ( |
||
rule | ||
return | void |