GenericSecurityDescriptor.GetSddlForm(AccessControlSections) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この GenericSecurityDescriptor オブジェクトが表すセキュリティ記述子の指定したセクションにあるセキュリティ記述子定義言語 (SDDL) 表現を返します。
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 表現。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET