Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ObjectSecurity::GetSecurityDescriptorSddlForm Method (AccessControlSections)

 

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

Namespace:   System.Security.AccessControl
Assembly:  mscorlib (in mscorlib.dll)

public:
String^ GetSecurityDescriptorSddlForm(
	AccessControlSections includeSections
)

Parameters

includeSections
Type: System.Security.AccessControl::AccessControlSections

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

Return Value

Type: System::String^

The SDDL representation of the specified sections of the security descriptor associated with this ObjectSecurity object.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft