Method | Description | |
---|---|---|
AccessRuleFactory ( |
||
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 ( |
||
AuditRuleFactory ( System identityReference, int accessMask, bool isInherited, System inheritanceFlags, System propagationFlags, System flags ) : System.Security.AccessControl.AuditRule | ||
MutexSecurity ( ) | ||
MutexSecurity ( string name, System includeSections ) | ||
MutexSecurity ( ) : 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 | |
---|---|---|
GetAccessControlSectionsFromChanges ( ) : AccessControlSections | ||
MutexSecurity ( SafeWaitHandle handle, AccessControlSections includeSections ) : System | ||
MutexSecurity ( String name, AccessControlSections includeSections ) : System | ||
Persist ( SafeWaitHandle handle ) : void | ||
_HandleErrorCode ( int errorCode, string name, SafeHandle handle, object context ) : Exception |
public AccessRuleFactory ( |
||
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 | ||
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 MutexSecurity ( string name, System includeSections ) | ||
name | string | |
includeSections | System |
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 |