ObjectSecurity.AreAccessRulesProtected Proprietà
Definizione
Ottiene un valore booleano che specifica se l'elenco di controllo di accesso discrezionale (DACL) associato all'oggetto ObjectSecurity è protetto.Gets a Boolean value that specifies whether the Discretionary Access Control List (DACL) associated with this ObjectSecurity object is protected.
public:
property bool AreAccessRulesProtected { bool get(); };
public bool AreAccessRulesProtected { get; }
member this.AreAccessRulesProtected : bool
Public ReadOnly Property AreAccessRulesProtected As Boolean
Valore della proprietà
true
se l'elenco DACL è protetto; in caso contrario, false
.true
if the DACL is protected; otherwise, false
.