ObjectSecurity.GetSecurityDescriptorSddlForm(AccessControlSections) メソッド

定義

ObjectSecurity オブジェクトに関連付けられているセキュリティ記述子の指定したセクションにあるセキュリティ記述子定義言語 (SDDL) 表現を返します。

public:
 System::String ^ GetSecurityDescriptorSddlForm(System::Security::AccessControl::AccessControlSections includeSections);
public string GetSecurityDescriptorSddlForm (System.Security.AccessControl.AccessControlSections includeSections);
member this.GetSecurityDescriptorSddlForm : System.Security.AccessControl.AccessControlSections -> string
Public Function GetSecurityDescriptorSddlForm (includeSections As AccessControlSections) As String

パラメーター

includeSections
AccessControlSections

取得対象となるセキュリティ記述子のセクション (アクセス規則、監査規則、プライマリ グループ、所有者) を指定します。

戻り値

ObjectSecurity オブジェクトに関連付けられているセキュリティ記述子の指定したセクションにある SDDL 表現。

適用対象