Method | Description | |
---|---|---|
AccessRuleFactory ( IdentityReference identityReference, int accessMask, bool isInherited, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AccessControlType type ) : AccessRule | ||
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 ) : AuditRule | ||
AuditRuleFactory ( System identityReference, int accessMask, bool isInherited, System inheritanceFlags, System propagationFlags, System flags ) : System.Security.AccessControl.AuditRule | ||
PipeSecurity ( ) | ||
PipeSecurity ( ) : Microsoft.Win32.SafeHandles | ||
RemoveAccessRule ( |
||
RemoveAccessRule ( System rule ) : bool | ||
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 | ||
Persist ( SafeHandle handle ) : void | ||
Persist ( String name ) : void | ||
Persist ( System handle ) : void | ||
Persist ( string name ) : void | ||
PipeSecurity ( SafePipeHandle safeHandle, AccessControlSections includeSections ) : Microsoft.Win32.SafeHandles |
public AccessRuleFactory ( IdentityReference identityReference, int accessMask, bool isInherited, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AccessControlType type ) : AccessRule | ||
identityReference | IdentityReference | |
accessMask | int | |
isInherited | bool | |
inheritanceFlags | InheritanceFlags | |
propagationFlags | PropagationFlags | |
type | AccessControlType | |
return | AccessRule |
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 final AuditRuleFactory ( IdentityReference identityReference, int accessMask, bool isInherited, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AuditFlags flags ) : AuditRule | ||
identityReference | IdentityReference | |
accessMask | int | |
isInherited | bool | |
inheritanceFlags | InheritanceFlags | |
propagationFlags | PropagationFlags | |
flags | AuditFlags | |
return | AuditRule |
public final 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 PipeSecurity ( ) : Microsoft.Win32.SafeHandles | ||
return | Microsoft.Win32.SafeHandles |
public RemoveAccessRule ( |
||
rule | ||
return | bool |
public RemoveAccessRule ( System rule ) : bool | ||
rule | System | |
return | bool |
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 |