System.Security.AccessControl.GenericSecurityDescriptor.GetSddlForm Method

Returns the Security Descriptor Definition Language (SDDL) representation of the specified sections of the security descriptor that this System.Security.AccessControl.GenericSecurityDescriptor object represents.

Syntax

public string GetSddlForm (AccessControlSections includeSections)

Parameters

includeSections
Specifies which sections (access rules, audit rules, primary group, owner) of the security descriptor to get.

Returns

The SDDL representation of the specified sections of the security descriptor associated with this System.Security.AccessControl.GenericSecurityDescriptor object.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Security.AccessControl
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0