RegistryAclExtensions.GetAccessControl メソッド

定義

オーバーロード

GetAccessControl(RegistryKey)

レジストリ キーのセキュリティ情報を返します。

GetAccessControl(RegistryKey, AccessControlSections)

レジストリ キーのセキュリティ情報を返します。

GetAccessControl(RegistryKey)

ソース:
RegistryAclExtensions.cs

レジストリ キーのセキュリティ情報を返します。

public:
[System::Runtime::CompilerServices::Extension]
 static System::Security::AccessControl::RegistrySecurity ^ GetAccessControl(Microsoft::Win32::RegistryKey ^ key);
public static System.Security.AccessControl.RegistrySecurity GetAccessControl (this Microsoft.Win32.RegistryKey key);
static member GetAccessControl : Microsoft.Win32.RegistryKey -> System.Security.AccessControl.RegistrySecurity
<Extension()>
Public Function GetAccessControl (key As RegistryKey) As RegistrySecurity

パラメーター

key
RegistryKey

セキュリティ情報の取得元となる既存のレジストリ キー。

戻り値

レジストリ キーのすべてのアクセス制御セクションのセキュリティ記述子。

適用対象

GetAccessControl(RegistryKey, AccessControlSections)

ソース:
RegistryAclExtensions.cs

レジストリ キーのセキュリティ情報を返します。

public:
[System::Runtime::CompilerServices::Extension]
 static System::Security::AccessControl::RegistrySecurity ^ GetAccessControl(Microsoft::Win32::RegistryKey ^ key, System::Security::AccessControl::AccessControlSections includeSections);
public static System.Security.AccessControl.RegistrySecurity GetAccessControl (this Microsoft.Win32.RegistryKey key, System.Security.AccessControl.AccessControlSections includeSections);
static member GetAccessControl : Microsoft.Win32.RegistryKey * System.Security.AccessControl.AccessControlSections -> System.Security.AccessControl.RegistrySecurity
<Extension()>
Public Function GetAccessControl (key As RegistryKey, includeSections As AccessControlSections) As RegistrySecurity

パラメーター

key
RegistryKey

セキュリティ情報の取得元となる既存のレジストリ キー。

includeSections
AccessControlSections

取得するために求められるアクセス制御セクション。

戻り値

レジストリ キーの指定されたアクセス制御セクションのセキュリティ記述子。

適用対象