System.Security.AccessControl.ObjectSecurity.GetSecurityDescriptorSddlForm Method

Returns the Security Descriptor Definition Language (SDDL) representation of the specified sections of the security descriptor associated with this System.Security.AccessControl.ObjectSecurity object.

Syntax

public string GetSecurityDescriptorSddlForm (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.ObjectSecurity 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