GenericSecurityDescriptor.GetSddlForm(AccessControlSections) Methode

Definition

Gibt die SDDL-Darstellung (Security Descriptor Definition Language) der angegebenen Abschnitte des Sicherheitsdeskriptors zurück, den dieses GenericSecurityDescriptor Objekt darstellt.

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

Parameter

includeSections
AccessControlSections

Gibt an, welche Abschnitte (Zugriffsregeln, Überwachungsregeln, primäre Gruppe, Besitzer) des abzurufenden Sicherheitsdeskriptors abgerufen werden sollen.

Gibt zurück

Die SDDL-Darstellung der angegebenen Abschnitte des Sicherheitsdeskriptors, der diesem GenericSecurityDescriptor Objekt zugeordnet ist.

Gilt für: