다음을 통해 공유


GenericSecurityDescriptor.GetSddlForm(AccessControlSections) 메서드

정의

GenericSecurityDescriptor 개체가 나타내는 지정된 보안 설명자 섹션의 SDDL(Security Descriptor Definition Language) 표시를 반환합니다.

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

매개 변수

includeSections
AccessControlSections

가져올 보안 설명자 섹션(액세스 규칙, 감사 규칙, 주 그룹 및 소유자)을 지정합니다.

반환

GenericSecurityDescriptor 개체와 관련된 지정된 보안 설명자 섹션의 SDDL 표현입니다.

적용 대상