ObjectSecurity.AreAccessRulesProtected 속성

정의

ObjectSecurity 개체와 관련된 DACL(임의 액세스 제어 목록)이 보호되는지 여부를 지정하는 부울 값을 가져옵니다.

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

속성 값

Boolean

DACL 보호될 경우true 이고, 보호되지 않을 경우 false입니다.

적용 대상