GenericSecurityDescriptor.GetSddlForm(AccessControlSections) Metoda
Definicja
Ważny
Niektóre informacje dotyczą produktów przedpremierowych, które mogą zostać znacznie zmodyfikowane przed premierą. Microsoft nie udziela żadnych gwarancji, ani wyraźnych, ani domniemanych, dotyczących informacji podanych tutaj.
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.