Sdílet prostřednictvím


RegistryAclExtensions.GetAccessControl Metoda

Definice

Přetížení

GetAccessControl(RegistryKey)

Vrátí informace o zabezpečení klíče registru.

GetAccessControl(RegistryKey, AccessControlSections)

Vrátí informace o zabezpečení klíče registru.

GetAccessControl(RegistryKey)

Zdroj:
RegistryAclExtensions.cs

Vrátí informace o zabezpečení klíče registru.

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

Parametry

key
RegistryKey

Existující klíč registru, ze kterého chcete získat informace o zabezpečení.

Návraty

Popisovače zabezpečení všech částí řízení přístupu klíče registru.

Platí pro

GetAccessControl(RegistryKey, AccessControlSections)

Zdroj:
RegistryAclExtensions.cs

Vrátí informace o zabezpečení klíče registru.

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

Parametry

key
RegistryKey

Existující klíč registru, ze kterého chcete získat informace o zabezpečení.

includeSections
AccessControlSections

Požadované části řízení přístupu, které se mají načíst.

Návraty

Popisovače zabezpečení zadaných částí řízení přístupu klíče registru.

Platí pro