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

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

보호된 메소드들

메소드 설명
NativeObjectSecurity ( bool isContainer, System resourceType )
NativeObjectSecurity ( bool isContainer, System resourceType, System handle, System includeSections )
NativeObjectSecurity ( bool isContainer, System resourceType, System handle, System includeSections, System exceptionFromErrorCode, object exceptionContext )
NativeObjectSecurity ( bool isContainer, System resourceType, System exceptionFromErrorCode, object exceptionContext )
NativeObjectSecurity ( bool isContainer, System resourceType, string name, System includeSections )
NativeObjectSecurity ( bool isContainer, System resourceType, string name, System includeSections, System exceptionFromErrorCode, object exceptionContext )
NativeObjectSecurity ( bool isContainer, ResourceType resourceType ) : Microsoft.Win32
NativeObjectSecurity ( bool isContainer, ResourceType resourceType, ExceptionFromErrorCode exceptionFromErrorCode, object exceptionContext ) : Microsoft.Win32
NativeObjectSecurity ( bool isContainer, ResourceType resourceType, SafeHandle handle, AccessControlSections includeSections ) : Microsoft.Win32
NativeObjectSecurity ( bool isContainer, ResourceType resourceType, SafeHandle handle, AccessControlSections includeSections, ExceptionFromErrorCode exceptionFromErrorCode, object exceptionContext ) : Microsoft.Win32
NativeObjectSecurity ( bool isContainer, ResourceType resourceType, string name, AccessControlSections includeSections ) : Microsoft.Win32
NativeObjectSecurity ( bool isContainer, ResourceType resourceType, string name, AccessControlSections includeSections, ExceptionFromErrorCode exceptionFromErrorCode, object exceptionContext ) : Microsoft.Win32
Persist ( SafeHandle handle, AccessControlSections includeSections ) : void
Persist ( SafeHandle handle, AccessControlSections includeSections, object exceptionContext ) : void
Persist ( System handle, System includeSections ) : void
Persist ( System handle, System includeSections, object exceptionContext ) : void
Persist ( string name, AccessControlSections includeSections ) : void
Persist ( string name, AccessControlSections includeSections, object exceptionContext ) : void
Persist ( string name, System includeSections ) : void
Persist ( string name, System includeSections, object exceptionContext ) : void

비공개 메소드들

메소드 설명
CreateInternal ( ResourceType resourceType, bool isContainer, string name, SafeHandle handle, AccessControlSections includeSections, bool createByName, ExceptionFromErrorCode exceptionFromErrorCode, object exceptionContext ) : CommonSecurityDescriptor
NativeObjectSecurity ( ResourceType resourceType, CommonSecurityDescriptor securityDescriptor ) : Microsoft.Win32
NativeObjectSecurity ( ResourceType resourceType, CommonSecurityDescriptor securityDescriptor, ExceptionFromErrorCode exceptionFromErrorCode ) : Microsoft.Win32
Persist ( string name, SafeHandle handle, AccessControlSections includeSections, object exceptionContext ) : void

메소드 상세

NativeObjectSecurity() 보호된 메소드

protected NativeObjectSecurity ( bool isContainer, System resourceType )
isContainer bool
resourceType System

NativeObjectSecurity() 보호된 메소드

protected NativeObjectSecurity ( bool isContainer, System resourceType, System handle, System includeSections )
isContainer bool
resourceType System
handle System
includeSections System

NativeObjectSecurity() 보호된 메소드

protected NativeObjectSecurity ( bool isContainer, System resourceType, System handle, System includeSections, System exceptionFromErrorCode, object exceptionContext )
isContainer bool
resourceType System
handle System
includeSections System
exceptionFromErrorCode System
exceptionContext object

NativeObjectSecurity() 보호된 메소드

protected NativeObjectSecurity ( bool isContainer, System resourceType, System exceptionFromErrorCode, object exceptionContext )
isContainer bool
resourceType System
exceptionFromErrorCode System
exceptionContext object

NativeObjectSecurity() 보호된 메소드

protected NativeObjectSecurity ( bool isContainer, System resourceType, string name, System includeSections )
isContainer bool
resourceType System
name string
includeSections System

NativeObjectSecurity() 보호된 메소드

protected NativeObjectSecurity ( bool isContainer, System resourceType, string name, System includeSections, System exceptionFromErrorCode, object exceptionContext )
isContainer bool
resourceType System
name string
includeSections System
exceptionFromErrorCode System
exceptionContext object

NativeObjectSecurity() 보호된 메소드

protected NativeObjectSecurity ( bool isContainer, ResourceType resourceType ) : Microsoft.Win32
isContainer bool
resourceType ResourceType
리턴 Microsoft.Win32

NativeObjectSecurity() 보호된 메소드

protected NativeObjectSecurity ( bool isContainer, ResourceType resourceType, ExceptionFromErrorCode exceptionFromErrorCode, object exceptionContext ) : Microsoft.Win32
isContainer bool
resourceType ResourceType
exceptionFromErrorCode ExceptionFromErrorCode
exceptionContext object
리턴 Microsoft.Win32

NativeObjectSecurity() 보호된 메소드

protected NativeObjectSecurity ( bool isContainer, ResourceType resourceType, SafeHandle handle, AccessControlSections includeSections ) : Microsoft.Win32
isContainer bool
resourceType ResourceType
handle System.Runtime.InteropServices.SafeHandle
includeSections AccessControlSections
리턴 Microsoft.Win32

NativeObjectSecurity() 보호된 메소드

protected NativeObjectSecurity ( bool isContainer, ResourceType resourceType, SafeHandle handle, AccessControlSections includeSections, ExceptionFromErrorCode exceptionFromErrorCode, object exceptionContext ) : Microsoft.Win32
isContainer bool
resourceType ResourceType
handle System.Runtime.InteropServices.SafeHandle
includeSections AccessControlSections
exceptionFromErrorCode ExceptionFromErrorCode
exceptionContext object
리턴 Microsoft.Win32

NativeObjectSecurity() 보호된 메소드

protected NativeObjectSecurity ( bool isContainer, ResourceType resourceType, string name, AccessControlSections includeSections ) : Microsoft.Win32
isContainer bool
resourceType ResourceType
name string
includeSections AccessControlSections
리턴 Microsoft.Win32

NativeObjectSecurity() 보호된 메소드

protected NativeObjectSecurity ( bool isContainer, ResourceType resourceType, string name, AccessControlSections includeSections, ExceptionFromErrorCode exceptionFromErrorCode, object exceptionContext ) : Microsoft.Win32
isContainer bool
resourceType ResourceType
name string
includeSections AccessControlSections
exceptionFromErrorCode ExceptionFromErrorCode
exceptionContext object
리턴 Microsoft.Win32

Persist() 보호된 최종 메소드

protected final Persist ( SafeHandle handle, AccessControlSections includeSections ) : void
handle System.Runtime.InteropServices.SafeHandle
includeSections AccessControlSections
리턴 void

Persist() 보호된 메소드

protected Persist ( SafeHandle handle, AccessControlSections includeSections, object exceptionContext ) : void
handle System.Runtime.InteropServices.SafeHandle
includeSections AccessControlSections
exceptionContext object
리턴 void

Persist() 보호된 최종 메소드

protected final Persist ( System handle, System includeSections ) : void
handle System
includeSections System
리턴 void

Persist() 보호된 메소드

protected Persist ( System handle, System includeSections, object exceptionContext ) : void
handle System
includeSections System
exceptionContext object
리턴 void

Persist() 보호된 최종 메소드

protected final Persist ( string name, AccessControlSections includeSections ) : void
name string
includeSections AccessControlSections
리턴 void

Persist() 보호된 메소드

protected Persist ( string name, AccessControlSections includeSections, object exceptionContext ) : void
name string
includeSections AccessControlSections
exceptionContext object
리턴 void

Persist() 보호된 최종 메소드

protected final Persist ( string name, System includeSections ) : void
name string
includeSections System
리턴 void

Persist() 보호된 메소드

protected Persist ( string name, System includeSections, object exceptionContext ) : void
name string
includeSections System
exceptionContext object
리턴 void