C# 클래스 System.Security.AccessControl.FileSystemSecurity

상속: NativeObjectSecurity
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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, SafeHandle handle, object context ) : Exception

메소드 상세

AccessRuleFactory() 공개 최종 메소드

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
리턴 System.Security.AccessControl.AccessRule

AddAccessRule() 공개 메소드

public AddAccessRule ( System rule ) : void
rule System
리턴 void

AddAuditRule() 공개 메소드

public AddAuditRule ( System rule ) : void
rule System
리턴 void

AuditRuleFactory() 공개 최종 메소드

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
리턴 System.Security.AccessControl.AuditRule

RemoveAccessRule() 공개 메소드

public RemoveAccessRule ( System rule ) : bool
rule System
리턴 bool

RemoveAccessRuleAll() 공개 메소드

public RemoveAccessRuleAll ( System rule ) : void
rule System
리턴 void

RemoveAccessRuleSpecific() 공개 메소드

public RemoveAccessRuleSpecific ( System rule ) : void
rule System
리턴 void

RemoveAuditRule() 공개 메소드

public RemoveAuditRule ( System rule ) : bool
rule System
리턴 bool

RemoveAuditRuleAll() 공개 메소드

public RemoveAuditRuleAll ( System rule ) : void
rule System
리턴 void

RemoveAuditRuleSpecific() 공개 메소드

public RemoveAuditRuleSpecific ( System rule ) : void
rule System
리턴 void

ResetAccessRule() 공개 메소드

public ResetAccessRule ( System rule ) : void
rule System
리턴 void

SetAccessRule() 공개 메소드

public SetAccessRule ( System rule ) : void
rule System
리턴 void

SetAuditRule() 공개 메소드

public SetAuditRule ( System rule ) : void
rule System
리턴 void