GenericSecurityDescriptor.GetSddlForm(AccessControlSections) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Zwraca reprezentację języka SDDL (Security Descriptor Definition Language) określonego fragmentu deskryptora zabezpieczeń reprezentowanego przez ten GenericSecurityDescriptor obiekt.
public:
System::String ^ GetSddlForm(System::Security::AccessControl::AccessControlSections includeSections);
public string GetSddlForm (System.Security.AccessControl.AccessControlSections includeSections);
member this.GetSddlForm : System.Security.AccessControl.AccessControlSections -> string
Public Function GetSddlForm (includeSections As AccessControlSections) As String
Parametry
- includeSections
- AccessControlSections
Określa, które sekcje (reguły dostępu, reguły inspekcji, grupa podstawowa, właściciel) deskryptora zabezpieczeń do pobrania.
Zwraca
Reprezentacja SDDL określonych sekcji deskryptora zabezpieczeń skojarzonego z tym GenericSecurityDescriptor obiektem.