NativeObjectSecurity 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
NativeObjectSecurity 클래스의 새 인스턴스를 초기화합니다.
오버로드
NativeObjectSecurity(Boolean, ResourceType)
지정된 값을 사용하여 NativeObjectSecurity 클래스의 새 인스턴스를 초기화합니다.
protected:
NativeObjectSecurity(bool isContainer, System::Security::AccessControl::ResourceType resourceType);
protected NativeObjectSecurity (bool isContainer, System.Security.AccessControl.ResourceType resourceType);
new System.Security.AccessControl.NativeObjectSecurity : bool * System.Security.AccessControl.ResourceType -> System.Security.AccessControl.NativeObjectSecurity
Protected Sub New (isContainer As Boolean, resourceType As ResourceType)
매개 변수
- isContainer
- Boolean
새true
개체가 컨테이너 개체이면 NativeObjectSecurity 입니다.
- resourceType
- ResourceType
새 NativeObjectSecurity 개체가 연결된 보안 가능한 개체의 유형입니다.
적용 대상
NativeObjectSecurity(Boolean, ResourceType, SafeHandle, AccessControlSections)
지정된 값을 사용하여 NativeObjectSecurity 클래스의 새 인스턴스를 초기화합니다. 생성자와 persist 메서드에는 동일한 includeSections
매개 변수 값을 전달하는 것이 좋습니다.
protected:
NativeObjectSecurity(bool isContainer, System::Security::AccessControl::ResourceType resourceType, System::Runtime::InteropServices::SafeHandle ^ handle, System::Security::AccessControl::AccessControlSections includeSections);
protected NativeObjectSecurity (bool isContainer, System.Security.AccessControl.ResourceType resourceType, System.Runtime.InteropServices.SafeHandle? handle, System.Security.AccessControl.AccessControlSections includeSections);
protected NativeObjectSecurity (bool isContainer, System.Security.AccessControl.ResourceType resourceType, System.Runtime.InteropServices.SafeHandle handle, System.Security.AccessControl.AccessControlSections includeSections);
new System.Security.AccessControl.NativeObjectSecurity : bool * System.Security.AccessControl.ResourceType * System.Runtime.InteropServices.SafeHandle * System.Security.AccessControl.AccessControlSections -> System.Security.AccessControl.NativeObjectSecurity
Protected Sub New (isContainer As Boolean, resourceType As ResourceType, handle As SafeHandle, includeSections As AccessControlSections)
매개 변수
- isContainer
- Boolean
새true
개체가 컨테이너 개체이면 NativeObjectSecurity 입니다.
- resourceType
- ResourceType
새 NativeObjectSecurity 개체가 연결된 보안 가능한 개체의 유형입니다.
- handle
- SafeHandle
새 NativeObjectSecurity 개체가 연결된 보안 가능 개체의 핸들입니다.
- includeSections
- AccessControlSections
보안 개체의 보안 설명자(액세스 규칙, 감사 규칙, 소유자, 주 그룹) 섹션이 이 NativeObjectSecurity 개체에 포함되도록 지정하는 AccessControlSections 열거형 값 중 하나입니다.
설명
유지 하는 경우는 NativeObjectSecurity 개체, 경우 값을 includeSections
매개 변수가 전달 되는 Persist 메서드 값과 같지 않으면를 includeSections
매개 변수를 만드는 데 생성자에 전달 NativeObjectSecurity 개체, 섹션 유지 되의 NativeObjectSecurity 개체 예측할 수 없는 값을 포함할 수 있습니다. 예를 들어, 생성자가 사용 하 여 호출 하는 경우는 includeSections
값 Access, 이상를 Persist 메서드가 사용 하 여 개체에서 호출 되는 includeSections
값 All, 결과 유지 NativeObjectSecurity 개체에 포함 됩니다 해당 감사 규칙, 그룹 및 소유자에 대 한 예측할 수 없는 값입니다.
적용 대상
NativeObjectSecurity(Boolean, ResourceType, NativeObjectSecurity+ExceptionFromErrorCode, Object)
지정된 값을 사용하여 NativeObjectSecurity 클래스의 새 인스턴스를 초기화합니다.
protected:
NativeObjectSecurity(bool isContainer, System::Security::AccessControl::ResourceType resourceType, System::Security::AccessControl::NativeObjectSecurity::ExceptionFromErrorCode ^ exceptionFromErrorCode, System::Object ^ exceptionContext);
protected NativeObjectSecurity (bool isContainer, System.Security.AccessControl.ResourceType resourceType, System.Security.AccessControl.NativeObjectSecurity.ExceptionFromErrorCode? exceptionFromErrorCode, object? exceptionContext);
protected NativeObjectSecurity (bool isContainer, System.Security.AccessControl.ResourceType resourceType, System.Security.AccessControl.NativeObjectSecurity.ExceptionFromErrorCode exceptionFromErrorCode, object exceptionContext);
new System.Security.AccessControl.NativeObjectSecurity : bool * System.Security.AccessControl.ResourceType * System.Security.AccessControl.NativeObjectSecurity.ExceptionFromErrorCode * obj -> System.Security.AccessControl.NativeObjectSecurity
Protected Sub New (isContainer As Boolean, resourceType As ResourceType, exceptionFromErrorCode As NativeObjectSecurity.ExceptionFromErrorCode, exceptionContext As Object)
매개 변수
- isContainer
- Boolean
새true
개체가 컨테이너 개체이면 NativeObjectSecurity 입니다.
- resourceType
- ResourceType
새 NativeObjectSecurity 개체가 연결된 보안 가능한 개체의 유형입니다.
- exceptionFromErrorCode
- NativeObjectSecurity.ExceptionFromErrorCode
통합자가 구현한 대리자로, 사용자 지정 예외를 제공합니다.
- exceptionContext
- Object
예외의 소스 또는 대상에 대한 컨텍스트 정보를 포함하는 개체입니다.
적용 대상
NativeObjectSecurity(Boolean, ResourceType, String, AccessControlSections)
지정된 값을 사용하여 NativeObjectSecurity 클래스의 새 인스턴스를 초기화합니다. 생성자와 persist 메서드에는 동일한 includeSections
매개 변수 값을 전달하는 것이 좋습니다.
protected:
NativeObjectSecurity(bool isContainer, System::Security::AccessControl::ResourceType resourceType, System::String ^ name, System::Security::AccessControl::AccessControlSections includeSections);
protected NativeObjectSecurity (bool isContainer, System.Security.AccessControl.ResourceType resourceType, string? name, System.Security.AccessControl.AccessControlSections includeSections);
protected NativeObjectSecurity (bool isContainer, System.Security.AccessControl.ResourceType resourceType, string name, System.Security.AccessControl.AccessControlSections includeSections);
new System.Security.AccessControl.NativeObjectSecurity : bool * System.Security.AccessControl.ResourceType * string * System.Security.AccessControl.AccessControlSections -> System.Security.AccessControl.NativeObjectSecurity
Protected Sub New (isContainer As Boolean, resourceType As ResourceType, name As String, includeSections As AccessControlSections)
매개 변수
- isContainer
- Boolean
새true
개체가 컨테이너 개체이면 NativeObjectSecurity 입니다.
- resourceType
- ResourceType
새 NativeObjectSecurity 개체가 연결된 보안 가능한 개체의 유형입니다.
- name
- String
새 NativeObjectSecurity 개체가 연결된 보안 개체의 이름입니다.
- includeSections
- AccessControlSections
보안 개체의 보안 설명자(액세스 규칙, 감사 규칙, 소유자, 주 그룹) 섹션이 이 NativeObjectSecurity 개체에 포함되도록 지정하는 AccessControlSections 열거형 값 중 하나입니다.
설명
유지 하는 경우는 NativeObjectSecurity 개체, 경우 값을 includeSections
매개 변수가 전달 되는 Persist 메서드 값과 같지 않으면를 includeSections
매개 변수를 만드는 데 생성자에 전달 NativeObjectSecurity 개체, 섹션 유지 되의 NativeObjectSecurity 개체 예측할 수 없는 값을 포함할 수 있습니다. 예를 들어, 생성자가 사용 하 여 호출 하는 경우는 includeSections
값 Access, 이상를 Persist 메서드가 사용 하 여 개체에서 호출 되는 includeSections
값 All, 결과 유지 NativeObjectSecurity 개체에 포함 됩니다 해당 감사 규칙, 그룹 및 소유자에 대 한 예측할 수 없는 값입니다.
적용 대상
NativeObjectSecurity(Boolean, ResourceType, SafeHandle, AccessControlSections, NativeObjectSecurity+ExceptionFromErrorCode, Object)
지정된 값을 사용하여 NativeObjectSecurity 클래스의 새 인스턴스를 초기화합니다. 생성자와 persist 메서드에는 동일한 includeSections
매개 변수 값을 전달하는 것이 좋습니다.
protected:
NativeObjectSecurity(bool isContainer, System::Security::AccessControl::ResourceType resourceType, System::Runtime::InteropServices::SafeHandle ^ handle, System::Security::AccessControl::AccessControlSections includeSections, System::Security::AccessControl::NativeObjectSecurity::ExceptionFromErrorCode ^ exceptionFromErrorCode, System::Object ^ exceptionContext);
protected NativeObjectSecurity (bool isContainer, System.Security.AccessControl.ResourceType resourceType, System.Runtime.InteropServices.SafeHandle? handle, System.Security.AccessControl.AccessControlSections includeSections, System.Security.AccessControl.NativeObjectSecurity.ExceptionFromErrorCode? exceptionFromErrorCode, object? exceptionContext);
protected NativeObjectSecurity (bool isContainer, System.Security.AccessControl.ResourceType resourceType, System.Runtime.InteropServices.SafeHandle handle, System.Security.AccessControl.AccessControlSections includeSections, System.Security.AccessControl.NativeObjectSecurity.ExceptionFromErrorCode exceptionFromErrorCode, object exceptionContext);
new System.Security.AccessControl.NativeObjectSecurity : bool * System.Security.AccessControl.ResourceType * System.Runtime.InteropServices.SafeHandle * System.Security.AccessControl.AccessControlSections * System.Security.AccessControl.NativeObjectSecurity.ExceptionFromErrorCode * obj -> System.Security.AccessControl.NativeObjectSecurity
Protected Sub New (isContainer As Boolean, resourceType As ResourceType, handle As SafeHandle, includeSections As AccessControlSections, exceptionFromErrorCode As NativeObjectSecurity.ExceptionFromErrorCode, exceptionContext As Object)
매개 변수
- isContainer
- Boolean
새true
개체가 컨테이너 개체이면 NativeObjectSecurity 입니다.
- resourceType
- ResourceType
새 NativeObjectSecurity 개체가 연결된 보안 가능한 개체의 유형입니다.
- handle
- SafeHandle
새 NativeObjectSecurity 개체가 연결된 보안 가능 개체의 핸들입니다.
- includeSections
- AccessControlSections
보안 개체의 보안 설명자(액세스 규칙, 감사 규칙, 소유자, 주 그룹) 섹션이 이 NativeObjectSecurity 개체에 포함되도록 지정하는 AccessControlSections 열거형 값 중 하나입니다.
- exceptionFromErrorCode
- NativeObjectSecurity.ExceptionFromErrorCode
통합자가 구현한 대리자로, 사용자 지정 예외를 제공합니다.
- exceptionContext
- Object
예외의 소스 또는 대상에 대한 컨텍스트 정보를 포함하는 개체입니다.
설명
유지 하는 경우는 NativeObjectSecurity 개체, 경우 값을 includeSections
매개 변수가 전달 되는 Persist 메서드 값과 같지 않으면를 includeSections
매개 변수를 만드는 데 생성자에 전달 NativeObjectSecurity 개체, 섹션 유지 되의 NativeObjectSecurity 개체 예측할 수 없는 값을 포함할 수 있습니다. 예를 들어, 생성자가 사용 하 여 호출 하는 경우는 includeSections
값 Access, 이상를 Persist 메서드가 사용 하 여 개체에서 호출 되는 includeSections
값 All, 결과 유지 NativeObjectSecurity 개체에 포함 됩니다 해당 감사 규칙, 그룹 및 소유자에 대 한 예측할 수 없는 값입니다.
적용 대상
NativeObjectSecurity(Boolean, ResourceType, String, AccessControlSections, NativeObjectSecurity+ExceptionFromErrorCode, Object)
지정된 값을 사용하여 NativeObjectSecurity 클래스의 새 인스턴스를 초기화합니다. 생성자와 persist 메서드에는 동일한 includeSections
매개 변수 값을 전달하는 것이 좋습니다.
protected:
NativeObjectSecurity(bool isContainer, System::Security::AccessControl::ResourceType resourceType, System::String ^ name, System::Security::AccessControl::AccessControlSections includeSections, System::Security::AccessControl::NativeObjectSecurity::ExceptionFromErrorCode ^ exceptionFromErrorCode, System::Object ^ exceptionContext);
protected NativeObjectSecurity (bool isContainer, System.Security.AccessControl.ResourceType resourceType, string? name, System.Security.AccessControl.AccessControlSections includeSections, System.Security.AccessControl.NativeObjectSecurity.ExceptionFromErrorCode? exceptionFromErrorCode, object? exceptionContext);
protected NativeObjectSecurity (bool isContainer, System.Security.AccessControl.ResourceType resourceType, string name, System.Security.AccessControl.AccessControlSections includeSections, System.Security.AccessControl.NativeObjectSecurity.ExceptionFromErrorCode exceptionFromErrorCode, object exceptionContext);
new System.Security.AccessControl.NativeObjectSecurity : bool * System.Security.AccessControl.ResourceType * string * System.Security.AccessControl.AccessControlSections * System.Security.AccessControl.NativeObjectSecurity.ExceptionFromErrorCode * obj -> System.Security.AccessControl.NativeObjectSecurity
Protected Sub New (isContainer As Boolean, resourceType As ResourceType, name As String, includeSections As AccessControlSections, exceptionFromErrorCode As NativeObjectSecurity.ExceptionFromErrorCode, exceptionContext As Object)
매개 변수
- isContainer
- Boolean
새true
개체가 컨테이너 개체이면 NativeObjectSecurity 입니다.
- resourceType
- ResourceType
새 NativeObjectSecurity 개체가 연결된 보안 가능한 개체의 유형입니다.
- name
- String
새 NativeObjectSecurity 개체가 연결된 보안 개체의 이름입니다.
- includeSections
- AccessControlSections
보안 개체의 보안 설명자(액세스 규칙, 감사 규칙, 소유자, 주 그룹) 섹션이 이 NativeObjectSecurity 개체에 포함되도록 지정하는 AccessControlSections 열거형 값 중 하나입니다.
- exceptionFromErrorCode
- NativeObjectSecurity.ExceptionFromErrorCode
통합자가 구현한 대리자로, 사용자 지정 예외를 제공합니다.
- exceptionContext
- Object
예외의 소스 또는 대상에 대한 컨텍스트 정보를 포함하는 개체입니다.
설명
유지 하는 경우는 NativeObjectSecurity 개체, 경우 값을 includeSections
매개 변수가 전달 되는 Persist 메서드 값과 같지 않으면를 includeSections
매개 변수를 만드는 데 생성자에 전달 NativeObjectSecurity 개체, 섹션 유지 되의 NativeObjectSecurity 개체 예측할 수 없는 값을 포함할 수 있습니다. 예를 들어, 생성자가 사용 하 여 호출 하는 경우는 includeSections
값 Access, 이상를 Persist 메서드가 사용 하 여 개체에서 호출 되는 includeSections
값 All, 결과 유지 NativeObjectSecurity 개체에 포함 됩니다 해당 감사 규칙, 그룹 및 소유자에 대 한 예측할 수 없는 값입니다.
적용 대상
.NET