Condividi tramite


CommonSecurityDescriptor.SetSystemAclProtection(Boolean, Boolean) Metodo

Definizione

Imposta la protezione dall'ereditarietà per l'elenco SACL (System Access Control List) associato all'oggetto CommonSecurityDescriptor. Gli elenchi SACL che sono protetti non ereditano regole di controllo dai contenitori padre.

public:
 void SetSystemAclProtection(bool isProtected, bool preserveInheritance);
public void SetSystemAclProtection (bool isProtected, bool preserveInheritance);
member this.SetSystemAclProtection : bool * bool -> unit
Public Sub SetSystemAclProtection (isProtected As Boolean, preserveInheritance As Boolean)

Parametri

isProtected
Boolean

true per proteggere l'elenco SACL dall'ereditarietà.

preserveInheritance
Boolean

true per conservare le regole di controllo ereditate nell'elenco SACL; false per rimuovere le regole di controllo ereditate dall'elenco SACL.

Si applica a