Method | Description | |
---|---|---|
AccessRuleFactory ( System identityReference, int accessMask, bool isInherited, System inheritanceFlags, System propagationFlags, System type ) : System.Security.AccessControl.AccessRule | ||
AddAccessRule ( System rule ) : void | ||
AddAuditRule ( System rule ) : void | ||
AuditRuleFactory ( System identityReference, int accessMask, bool isInherited, System inheritanceFlags, System propagationFlags, System flags ) : System.Security.AccessControl.AuditRule | ||
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 |
Method | Description | |
---|---|---|
FileSystemSecurity ( ) | ||
FileSystemSecurity ( bool isContainer ) : Microsoft.Win32.SafeHandles | ||
FileSystemSecurity ( bool isContainer, SafeFileHandle handle, AccessControlSections includeSections, bool isDirectory ) : Microsoft.Win32.SafeHandles | ||
FileSystemSecurity ( bool isContainer, String name, AccessControlSections includeSections, bool isDirectory ) : Microsoft.Win32.SafeHandles | ||
Persist ( SafeFileHandle handle, String fullPath ) : void | ||
Persist ( String fullPath ) : void | ||
_HandleErrorCode ( int errorCode, string name, |
public final 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 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 RemoveAccessRule ( System rule ) : bool | ||
rule | System | |
return | bool |
public RemoveAccessRuleAll ( System rule ) : void | ||
rule | System | |
return | void |
public RemoveAccessRuleSpecific ( System rule ) : void | ||
rule | System | |
return | void |
public RemoveAuditRule ( System rule ) : bool | ||
rule | System | |
return | bool |
public RemoveAuditRuleAll ( System rule ) : void | ||
rule | System | |
return | void |
public RemoveAuditRuleSpecific ( System rule ) : void | ||
rule | System | |
return | void |
public ResetAccessRule ( System rule ) : void | ||
rule | System | |
return | void |