CommonObjectSecurity.ResetAccessRule(AccessRule)
CommonObjectSecurity.ResetAccessRule(AccessRule)
CommonObjectSecurity.ResetAccessRule(AccessRule)
CommonObjectSecurity.ResetAccessRule(AccessRule)
Method
Definition
Removes all access rules in the Discretionary Access Control List (DACL) associated with this CommonObjectSecurity object and then adds the specified access rule.
protected:
void ResetAccessRule(System::Security::AccessControl::AccessRule ^ rule);
protected void ResetAccessRule (System.Security.AccessControl.AccessRule rule);
member this.ResetAccessRule : System.Security.AccessControl.AccessRule -> unit
Protected Sub ResetAccessRule (rule As AccessRule)
Parameters
The access rule to reset.
Remarks
To avoid unintentionally allowing access to principals, applications should check for the existence of an allow everyone full access (AEFA) access control entry (ACE) and remove it before modifying a DACL.
Applies to
Feedback
We'd love to hear your thoughts. Choose the type you'd like to provide:
Our feedback system is built on GitHub Issues. Read more on our blog.
Loading feedback...