次の方法で共有


ObjectSecurity<T> コンストラクター

定義

指定した値を使用して、ObjectSecurity`1 オブジェクトの新しいインスタンスを作成します。

オーバーロード

ObjectSecurity<T>(Boolean, ResourceType)

ObjectSecurity`1 クラスの新しいインスタンスを初期化します。

ObjectSecurity<T>(Boolean, ResourceType, SafeHandle, AccessControlSections)

ObjectSecurity`1 クラスの新しいインスタンスを初期化します。

ObjectSecurity<T>(Boolean, ResourceType, String, AccessControlSections)

ObjectSecurity`1 クラスの新しいインスタンスを初期化します。

ObjectSecurity<T>(Boolean, ResourceType, SafeHandle, AccessControlSections, NativeObjectSecurity+ExceptionFromErrorCode, Object)

ObjectSecurity`1 クラスの新しいインスタンスを初期化します。

ObjectSecurity<T>(Boolean, ResourceType, String, AccessControlSections, NativeObjectSecurity+ExceptionFromErrorCode, Object)

ObjectSecurity`1 クラスの新しいインスタンスを初期化します。

ObjectSecurity<T>(Boolean, ResourceType)

ObjectSecurity`1 クラスの新しいインスタンスを初期化します。

protected:
 ObjectSecurity(bool isContainer, System::Security::AccessControl::ResourceType resourceType);
protected ObjectSecurity (bool isContainer, System.Security.AccessControl.ResourceType resourceType);
new System.Security.AccessControl.ObjectSecurity<'T (requires 'T : struct)> : bool * System.Security.AccessControl.ResourceType -> System.Security.AccessControl.ObjectSecurity<'T (requires 'T : struct)>
Protected Sub New (isContainer As Boolean, resourceType As ResourceType)

パラメーター

isContainer
Boolean

新しいtrue オブジェクトがコンテナー オブジェクトである場合は ObjectSecurity<T>

resourceType
ResourceType

リソースの種類。

適用対象

ObjectSecurity<T>(Boolean, ResourceType, SafeHandle, AccessControlSections)

ObjectSecurity`1 クラスの新しいインスタンスを初期化します。

protected:
 ObjectSecurity(bool isContainer, System::Security::AccessControl::ResourceType resourceType, System::Runtime::InteropServices::SafeHandle ^ safeHandle, System::Security::AccessControl::AccessControlSections includeSections);
protected ObjectSecurity (bool isContainer, System.Security.AccessControl.ResourceType resourceType, System.Runtime.InteropServices.SafeHandle? safeHandle, System.Security.AccessControl.AccessControlSections includeSections);
protected ObjectSecurity (bool isContainer, System.Security.AccessControl.ResourceType resourceType, System.Runtime.InteropServices.SafeHandle safeHandle, System.Security.AccessControl.AccessControlSections includeSections);
new System.Security.AccessControl.ObjectSecurity<'T (requires 'T : struct)> : bool * System.Security.AccessControl.ResourceType * System.Runtime.InteropServices.SafeHandle * System.Security.AccessControl.AccessControlSections -> System.Security.AccessControl.ObjectSecurity<'T (requires 'T : struct)>
Protected Sub New (isContainer As Boolean, resourceType As ResourceType, safeHandle As SafeHandle, includeSections As AccessControlSections)

パラメーター

isContainer
Boolean

新しいtrue オブジェクトがコンテナー オブジェクトである場合は ObjectSecurity<T>

resourceType
ResourceType

リソースの種類。

safeHandle
SafeHandle

ハンドル。

includeSections
AccessControlSections

含めるセクション。

適用対象

ObjectSecurity<T>(Boolean, ResourceType, String, AccessControlSections)

ObjectSecurity`1 クラスの新しいインスタンスを初期化します。

protected:
 ObjectSecurity(bool isContainer, System::Security::AccessControl::ResourceType resourceType, System::String ^ name, System::Security::AccessControl::AccessControlSections includeSections);
protected ObjectSecurity (bool isContainer, System.Security.AccessControl.ResourceType resourceType, string? name, System.Security.AccessControl.AccessControlSections includeSections);
protected ObjectSecurity (bool isContainer, System.Security.AccessControl.ResourceType resourceType, string name, System.Security.AccessControl.AccessControlSections includeSections);
new System.Security.AccessControl.ObjectSecurity<'T (requires 'T : struct)> : bool * System.Security.AccessControl.ResourceType * string * System.Security.AccessControl.AccessControlSections -> System.Security.AccessControl.ObjectSecurity<'T (requires 'T : struct)>
Protected Sub New (isContainer As Boolean, resourceType As ResourceType, name As String, includeSections As AccessControlSections)

パラメーター

isContainer
Boolean

新しいtrue オブジェクトがコンテナー オブジェクトである場合は ObjectSecurity<T>

resourceType
ResourceType

リソースの種類。

name
String

新しい ObjectSecurity<T> オブジェクトが関連付けられる、セキュリティ保護可能なオブジェクトの名前。

includeSections
AccessControlSections

含めるセクション。

適用対象

ObjectSecurity<T>(Boolean, ResourceType, SafeHandle, AccessControlSections, NativeObjectSecurity+ExceptionFromErrorCode, Object)

ObjectSecurity`1 クラスの新しいインスタンスを初期化します。

protected:
 ObjectSecurity(bool isContainer, System::Security::AccessControl::ResourceType resourceType, System::Runtime::InteropServices::SafeHandle ^ safeHandle, System::Security::AccessControl::AccessControlSections includeSections, System::Security::AccessControl::NativeObjectSecurity::ExceptionFromErrorCode ^ exceptionFromErrorCode, System::Object ^ exceptionContext);
protected ObjectSecurity (bool isContainer, System.Security.AccessControl.ResourceType resourceType, System.Runtime.InteropServices.SafeHandle? safeHandle, System.Security.AccessControl.AccessControlSections includeSections, System.Security.AccessControl.NativeObjectSecurity.ExceptionFromErrorCode? exceptionFromErrorCode, object? exceptionContext);
protected ObjectSecurity (bool isContainer, System.Security.AccessControl.ResourceType resourceType, System.Runtime.InteropServices.SafeHandle safeHandle, System.Security.AccessControl.AccessControlSections includeSections, System.Security.AccessControl.NativeObjectSecurity.ExceptionFromErrorCode exceptionFromErrorCode, object exceptionContext);
new System.Security.AccessControl.ObjectSecurity<'T (requires 'T : struct)> : bool * System.Security.AccessControl.ResourceType * System.Runtime.InteropServices.SafeHandle * System.Security.AccessControl.AccessControlSections * System.Security.AccessControl.NativeObjectSecurity.ExceptionFromErrorCode * obj -> System.Security.AccessControl.ObjectSecurity<'T (requires 'T : struct)>
Protected Sub New (isContainer As Boolean, resourceType As ResourceType, safeHandle As SafeHandle, includeSections As AccessControlSections, exceptionFromErrorCode As NativeObjectSecurity.ExceptionFromErrorCode, exceptionContext As Object)

パラメーター

isContainer
Boolean

新しいtrue オブジェクトがコンテナー オブジェクトである場合は ObjectSecurity<T>

resourceType
ResourceType

リソースの種類。

safeHandle
SafeHandle

ハンドル。

includeSections
AccessControlSections

含めるセクション。

exceptionFromErrorCode
NativeObjectSecurity.ExceptionFromErrorCode

カスタム例外を提供するインテグレーターによって実装されるデリゲート。

exceptionContext
Object

例外のソースまたは宛先に関するコンテキスト情報を格納するオブジェクト。

適用対象

ObjectSecurity<T>(Boolean, ResourceType, String, AccessControlSections, NativeObjectSecurity+ExceptionFromErrorCode, Object)

ObjectSecurity`1 クラスの新しいインスタンスを初期化します。

protected:
 ObjectSecurity(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 ObjectSecurity (bool isContainer, System.Security.AccessControl.ResourceType resourceType, string? name, System.Security.AccessControl.AccessControlSections includeSections, System.Security.AccessControl.NativeObjectSecurity.ExceptionFromErrorCode? exceptionFromErrorCode, object? exceptionContext);
protected ObjectSecurity (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.ObjectSecurity<'T (requires 'T : struct)> : bool * System.Security.AccessControl.ResourceType * string * System.Security.AccessControl.AccessControlSections * System.Security.AccessControl.NativeObjectSecurity.ExceptionFromErrorCode * obj -> System.Security.AccessControl.ObjectSecurity<'T (requires 'T : struct)>
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 オブジェクトがコンテナー オブジェクトである場合は ObjectSecurity<T>

resourceType
ResourceType

リソースの種類。

name
String

新しい ObjectSecurity<T> オブジェクトが関連付けられる、セキュリティ保護可能なオブジェクトの名前。

includeSections
AccessControlSections

含めるセクション。

exceptionFromErrorCode
NativeObjectSecurity.ExceptionFromErrorCode

カスタム例外を提供するインテグレーターによって実装されるデリゲート。

exceptionContext
Object

例外のソースまたは宛先に関するコンテキスト情報を格納するオブジェクト。

適用対象