CommonSecurityDescriptor.IsSystemAclCanonical プロパティ

定義

この CommonSecurityDescriptor オブジェクトに関連付けられたシステム アクセス制御リスト (SACL: System Access Control List) で使用する順序が標準の順序であるかどうかを示すブール値を取得します。

public:
 property bool IsSystemAclCanonical { bool get(); };
public bool IsSystemAclCanonical { get; }
member this.IsSystemAclCanonical : bool
Public ReadOnly Property IsSystemAclCanonical As Boolean

プロパティ値

Boolean

この CommonSecurityDescriptor オブジェクトに関連付けられた SACL で使用する順序が標準の順序である場合は true。それ以外の場合は false

適用対象