CommonSecurityDescriptor.IsDiscretionaryAclCanonical 属性
定义
获取一个布尔值,该值指定与此 CommonSecurityDescriptor 对象关联的自由访问控制列表 (DACL) 是否按规范顺序。Gets a Boolean value that specifies whether the Discretionary Access Control List (DACL) associated with this CommonSecurityDescriptor object is in canonical order.
public:
property bool IsDiscretionaryAclCanonical { bool get(); };
public bool IsDiscretionaryAclCanonical { get; }
member this.IsDiscretionaryAclCanonical : bool
Public ReadOnly Property IsDiscretionaryAclCanonical As Boolean
属性值
如果与此 CommonSecurityDescriptor 对象关联的 DACL 处于规范顺序,则为 true;否则为 false。true if the DACL associated with this CommonSecurityDescriptor object is in canonical order; otherwise, false.